Gets the vertical alignment of the label area.
Syntax
'Declaration
Public Property AlignmentY As Single
'Usage
Dim instance As LabelArea
Dim value As Single
instance.AlignmentY = value
value = instance.AlignmentY
public float AlignmentY {get; set;}
Exceptions
See Also