Class DisableEffect
Inheritance
System.Object
DisableEffect
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class DisableEffect : ShaderEffect
Constructors
DisableEffect()
Default constructor
Declaration
public DisableEffect()
Fields
FilterColorProperty
Dependency property for FilterColor
Declaration
public static readonly DependencyProperty FilterColorProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
InputProperty
Dependency property for Input
Declaration
public static readonly DependencyProperty InputProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
FilterColor
The color used to tint the input.
Declaration
public Color FilterColor { get; set; }
Property Value
Type |
---|
System.Windows.Media.Color |
Input
Impicit input
Declaration
public Brush Input { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |