FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GradientHeaderRenderer Class / VerticalAlignment Property


In This Topic
VerticalAlignment Property (GradientHeaderRenderer)
In This Topic
Gets or sets the vertical alignment of text in the button.
Syntax
'Declaration
 
Public Property VerticalAlignment As VerticalAlignment
 
'Usage
 
Dim instance As GradientHeaderRenderer
Dim value As VerticalAlignment
 
instance.VerticalAlignment = value
 
value = instance.VerticalAlignment
See Also