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