Class StepTitleAlignment
Enumerates values that control title text alignment.
Inheritance
System.Object
StepTitleAlignment
Namespace: Syncfusion.XForms.ProgressBar
Assembly: Syncfusion.SfProgressBar.XForms.dll
Syntax
public sealed class StepTitleAlignment : Enum
Fields
Center
Indicates that text will be aligned in the middle of either horizontally or vertically aligned text.
Declaration
public const StepTitleAlignment Center
Field Value
Type |
---|
StepTitleAlignment |
End
Indicates that text will be aligned to the right or bottom of horizontally or vertically aligned text, respectively.
Declaration
public const StepTitleAlignment End
Field Value
Type |
---|
StepTitleAlignment |
Start
Indicates that text will be aligned to the left or top of horizontally or vertically aligned text, respectively.
Declaration
public const StepTitleAlignment Start
Field Value
Type |
---|
StepTitleAlignment |