Class IconFlip
Specifies the flip direction of the icon.
Inheritance
System.Object
IconFlip
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class IconFlip : Enum
Fields
Both
Flips the icon in both horizontal and vertical directions.
Declaration
public const IconFlip Both
Field Value
IconFlip
|
Horizontal
Flips the icon in horizontal direction.
Declaration
public const IconFlip Horizontal
Field Value
IconFlip
|
None
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
Flips the icon in vertical direction.
Declaration
public const IconFlip Vertical
Field Value
IconFlip
|