GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / BrushMidFraction Property
In This Topic
    BrushMidFraction Property (GoShape)
    In This Topic
    Gets or sets the fractional distance between the end colors at which the middle color is drawn.
    Syntax
    [Category("Appearance")]
    [Description("The fraction (0-1) of the distance between the end colors at which the middle color is drawn")]
    public virtual float BrushMidFraction {get; set;}
    Remarks
    This property is ignored if the value is Single.NaN. The meaning of this property depends on the value BrushStyle property; many brush styles ignore this property.This property is not meaningful unless the BrushStyle is a linear gradient or a path gradient that supports three colors. Changing the BrushStyle may also change the value of this property.
    See Also