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