AlignmentX Property (LabelArea)
In This Topic
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
Example
This example sets the alignment.
See Also