'Declaration
Property ShowColor As Boolean
'Usage
Dim instance As IDrawingSurface Dim value As Boolean instance.ShowColor = value value = instance.ShowColor
bool ShowColor {get; set;}
Property Value
true
to show color; otherwise, false
.'Declaration
Property ShowColor As Boolean
'Usage
Dim instance As IDrawingSurface Dim value As Boolean instance.ShowColor = value value = instance.ShowColor
bool ShowColor {get; set;}
true
to show color; otherwise, false
.