Class ImagePosition
Defines the image position in the Card Header. They are, |
Left - Image position in the left of card header |
Right - Image position in the right of card header |
Inheritance
System.Object
ImagePosition
Namespace: Syncfusion.Blazor.Cards
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ImagePosition : Enum
Fields
Left
Left - Image position in the left of card header
Declaration
public const ImagePosition Left
Field Value
Type |
---|
ImagePosition |
Right
Right - Image position in the right of card header
Declaration
public const ImagePosition Right
Field Value
Type |
---|
ImagePosition |