Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpHyperlink Class / VerticalAlignment Property


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