Enum HoverEffect
Specifies the hover animation effect to be applied for fluent theme.
Namespace: Syncfusion.SfSkinManager
Assembly: Syncfusion.SfSkinManager.WPF.dll
Syntax
public enum HoverEffect
Remarks
Applicable only for Fluent themes.
Fields
| Name | Description |
|---|---|
| Background | Hover animation effect will be applied only for Background. |
| BackgroundAndBorder | Hover animation effect will be applied for both Border and Background. |
| Border | Hover animation effect will be applied only for Border. |
| None | Hover animation effect will be disabled. |