GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / PenColor Property
In This Topic
    PenColor Property (GoShape)
    In This Topic
    Gets or sets the color of the pen.
    Syntax
    [Category("Appearance")]
    [Description("The color of the pen used to draw the outline of the shape")]
    public virtual Color PenColor {get; set;}

    Property Value

    The Color of the Pen, or Color.Empty if there is no pen. Setting the new value to Color.Empty will set the Pen to null.
    See Also