Class HoverEffect
Specifies the hover animation effect to be applied for fluent theme.
Inheritance
System.Object
HoverEffect
Namespace: Syncfusion.SfSkinManager
Assembly: Syncfusion.SfSkinManager.WPF.dll
Syntax
public sealed class HoverEffect : Enum
Remarks
Applicable only for Fluent themes.
Fields
Background
Hover animation effect will be applied only for Background.
Declaration
public const HoverEffect Background
Field Value
Type |
---|
HoverEffect |
BackgroundAndBorder
Hover animation effect will be applied for both Border and Background.
Declaration
public const HoverEffect BackgroundAndBorder
Field Value
Type |
---|
HoverEffect |
Border
Hover animation effect will be applied only for Border.
Declaration
public const HoverEffect Border
Field Value
Type |
---|
HoverEffect |
None
Hover animation effect will be disabled.
Declaration
public const HoverEffect None
Field Value
Type |
---|
HoverEffect |