GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColorForm Class / Color Property
In This Topic
    Color Property (GoColorForm)
    In This Topic
    Gets or sets the color displayed by this 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