GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColorControl Class / Color Property
In This Topic
    Color Property (GoColorControl)
    In This Topic
    Gets or sets the displayed Color.
    Syntax
    public Color Color {get; set;}
    Remarks
    Changing this value will result in raising a ColorChanged event by calling OnColorChanged.
    See Also