Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpProgress Class / HorizontalAlignment Property


In This Topic
HorizontalAlignment Property (FpProgress)
In This Topic
Gets or sets the horizontal alignment of text in the progress indicator.
Syntax
'Declaration
 
Public Property HorizontalAlignment As HorizontalAlignment
 
'Usage
 
Dim instance As FpProgress
Dim value As HorizontalAlignment
 
instance.HorizontalAlignment = value
 
value = instance.HorizontalAlignment
See Also