GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColorButton Class / Color Property
In This Topic
    Color Property (GoColorButton)
    In This Topic
    Gets or sets the color displayed by the form.
    Syntax
    public Color Color {get; set;}

    Property Value

    Setting this property before showing the form specifies the initial selected color. Afterwards this property holds the color that the user selected or specified.
    See Also