Enum PressedEffect
Specifies the pressed animation effect to be applied for fluent theme.
Namespace: Syncfusion.SfSkinManager
Assembly: Syncfusion.SfSkinManager.WPF.dll
Syntax
public enum PressedEffect
Remarks
Applicable only for Fluent themes
Fields
| Name | Description |
|---|---|
| Glow | Glow animation effect will be applied when pressed using mouse/touch. |
| None | Pressed animation effect will be disabled. |
| Reveal | Reveal animation effect will be applied when pressed using mouse/touch. |