IsDesignMode Property (SharpGraphCore)
In This Topic
Gets or sets a value indicating whether this instance is design mode.
Syntax
'Declaration
Public Property IsDesignMode As Boolean
public bool IsDesignMode {get; set;}
Property Value
true
if this instance is design mode; otherwise,
false
.
See Also