GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTextNode Class / Pen Property
In This Topic
    Pen Property (GoTextNode)
    In This Topic
    This convenience property exposes the Pen of the Shape.
    Syntax
    [Browsable(false)]
    public Pen Pen {get; set;}
    Remarks
    If the Background object is null or is not a GoShape the value will be null and setting the value has no effect.
    See Also