Gets or sets whether the layout of the label area is automatically generated.
Syntax
'Declaration
Public Property ManualLayout As Boolean
'Usage
Dim instance As LabelArea
Dim value As Boolean
instance.ManualLayout = value
value = instance.ManualLayout
public bool ManualLayout {get; set;}
See Also