GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColorControl Class / SolidOnly Property
In This Topic
    SolidOnly Property (GoColorControl)
    In This Topic
    Gets or sets whether the colors must be solid/opaque.
    Syntax
    [DefaultValue(false)]
    public bool SolidOnly {get; set;}

    Property Value

    By default, this is false.
    See Also