Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelArea Class / ManualLayout Property


In This Topic
    ManualLayout Property (LabelArea)
    In This Topic
    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