WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DisableEffect

    Show / Hide Table of Contents

    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 Description
    System.Windows.DependencyProperty

    InputProperty

    Dependency property for Input

    Declaration
    public static readonly DependencyProperty InputProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    FilterColor

    The color used to tint the input.

    Declaration
    public Color FilterColor { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Color

    Input

    Impicit input

    Declaration
    public Brush Input { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved