GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColor Structure / Alpha Property
In This Topic
    Alpha Property (GoColor)
    In This Topic
    Gets or sets the transparency of the color.
    Syntax
    public float Alpha {get; set;}

    Property Value

    Alpha ranges from 0.0f to 1.0f, inclusive.
    See Also