GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyModifier Class / GetPenPart Method
a Pen; if null, this will return null
a GoPropertyModifierArgs
In This Topic
    GetPenPart Method
    In This Topic
    This returns a Pen property of the Pen p.
    Syntax
    protected virtual object GetPenPart( 
       Pen p,
       GoPropertyModifierArgs e
    )

    Parameters

    p
    a Pen; if null, this will return null
    e
    a GoPropertyModifierArgs

    Return Value

    an Object that is the Pen property value, or null if no part was specified
    Remarks
    Typically this is just called by FindProperty(GoPropertyModifierArgs). You will want to override this if you want to handle additional pen properties beyond those enumerated by GoPropertyModifierPart.
    See Also