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

    Property Value

    Setting this value will have no effect for brushes that are not HatchBrush, LinearGradientBrush, or PathGradientBrush.
    Remarks
    This refers to the foreground color of a HatchBrush, the starting color of a LinearGradientBrush, or the surrounding color of a PathGradientBrush.
    See Also