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