Class TitlePositions
Defines the Title position of title in the Card Image, They are, |
BottomLeft - Title position BottomLeft of card Image. |
BottomRight - Title position BottomRight of card Image. |
TopLeft - Title position TopLeft of card Image. |
TopRight - Title position TopRight of card Image. |
Inheritance
System.Object
TitlePositions
Namespace: Syncfusion.Blazor.Cards
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class TitlePositions : Enum
Fields
BottomLeft
BottomLeft - Title position BottomLeft of card Image.
Declaration
public const TitlePositions BottomLeft
Field Value
Type |
---|
TitlePositions |
BottomRight
BottomRight - Title position BottomRight of card Image.
Declaration
public const TitlePositions BottomRight
Field Value
Type |
---|
TitlePositions |
TopLeft
TopLeft - Title position TopLeft of card Image.
Declaration
public const TitlePositions TopLeft
Field Value
Type |
---|
TitlePositions |
TopRight
TopRight - Title position TopRight of card Image.
Declaration
public const TitlePositions TopRight
Field Value
Type |
---|
TitlePositions |