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

    Property Value

    When setting this property, any alpha transparency is ignored in the new value--only the solid/opaque color is used.
    See Also