DesignMode Property (ChartShape)
Gets a value that indicates whether the
System.ComponentModel.Component is currently in design mode.
public bool DesignMode {get;}
'Declaration
Public ReadOnly Property DesignMode As Boolean
'Usage
Dim instance As ChartShape
Dim value As Boolean
value = instance.DesignMode
Property Value
true if the
System.ComponentModel.Component is in design mode; otherwise, false.