Class DisableEffect
Inheritance
System.Object
    DisableEffect
  Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class DisableEffect : ShaderEffectConstructors
DisableEffect()
Default constructor
Declaration
public DisableEffect()Fields
FilterColorProperty
Dependency property for FilterColor
Declaration
public static readonly DependencyProperty FilterColorPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
InputProperty
Dependency property for Input
Declaration
public static readonly DependencyProperty InputPropertyField 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 |