Location Property (LabelArea)
Gets or sets the location of the label area in the control.
public PointF Location {get; set;}
'Declaration
Public Property Location As PointF
'Usage
Dim instance As LabelArea
Dim value As PointF
instance.Location = value
value = instance.Location