GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / Opacity Property
In This Topic
    Opacity Property
    In This Topic
    Gets or sets the percentage of opaqueness that the background color should be painted with.
    Syntax
    [Category("Appearance")]
    [DefaultValue(20)]
    [Description("The opaqueness of the background; the background color is specified separately")]
    public virtual float Opacity {get; set;}

    Property Value

    The default value is 20. The value must be between zero and 100.
    Remarks
    When the opacity is zero, the BackgroundColor is not drawn at all. When the opacity is 100, the user cannot see what is behind the group's whole area.
    See Also