GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoBrushControl Class / GoBrushStyle Property
In This Topic
    GoBrushStyle Property
    In This Topic
    Gets or sets a Brush representing the pen properties exhibited by this control.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public GoBrushStyle GoBrushStyle {get; set;}
    Remarks
    The value is always a newly constructed Brush. The setter changes the controls in this GoBrushControl according to the properties of the given brush, but does not keep a reference to that brush.
    See Also