Class LabelPosition
Defines the alignment of the primary or secondary text.
Inheritance
System.Object
LabelPosition
Namespace: Syncfusion.Maui.ProgressBar
Assembly: Syncfusion.Maui.ProgressBar.dll
Syntax
public sealed class LabelPosition : Enum
Fields
Bottom
Indicates that text will be aligned in the bottom.
Declaration
public const LabelPosition Bottom
Field Value
Type |
---|
LabelPosition |
End
Indicates that text will be aligned to the right or bottom of horizontally or vertically aligned text, respectively.
Declaration
public const LabelPosition End
Field Value
Type |
---|
LabelPosition |
Start
Indicates that text will be aligned to the left or top of horizontally or vertically aligned text, respectively.
Declaration
public const LabelPosition Start
Field Value
Type |
---|
LabelPosition |
Top
Indicates that text will be aligned in the top.
Declaration
public const LabelPosition Top
Field Value
Type |
---|
LabelPosition |