Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / DesignMode Property


In This Topic
    DesignMode Property (ChartShape)
    In This Topic
    Gets a value that indicates whether the System.ComponentModel.Component is currently in design mode.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DesignMode As Boolean
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Boolean
     
    value = instance.DesignMode
    public bool DesignMode {get;}

    Property Value

    true if the System.ComponentModel.Component is in design mode; otherwise, false.
    See Also