GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / BrushMidColor Property
In This Topic
    BrushMidColor Property (GoShape)
    In This Topic
    Gets or sets the middle color of a gradient brush.
    Syntax
    [Category("Appearance")]
    [Description("The middle color of a linear gradient brush")]
    public virtual Color BrushMidColor {get; set;}

    Property Value

    For a LinearGradientBrush or PathGradientBrush, the value may be Color.Empty if no middle color is needed. This defaults to Color.Empty. Setting this value will have no effect for other kinds of brushes.
    See Also