Class PressedEffect
Specifies the pressed animation effect to be applied for fluent theme.
Inheritance
System.Object
PressedEffect
Namespace: Syncfusion.SfSkinManager
Assembly: Syncfusion.SfSkinManager.WPF.dll
Syntax
public sealed class PressedEffect : Enum
Remarks
Applicable only for Fluent themes
Fields
Glow
Glow animation effect will be applied when pressed using mouse/touch.
Declaration
public const PressedEffect Glow
Field Value
Type |
---|
PressedEffect |
None
Pressed animation effect will be disabled.
Declaration
public const PressedEffect None
Field Value
Type |
---|
PressedEffect |
Reveal
Reveal animation effect will be applied when pressed using mouse/touch.
Declaration
public const PressedEffect Reveal
Field Value
Type |
---|
PressedEffect |