GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyModifier Class / GetBrushPart Method
the Northwoods.Go.GoObject being examined
a Brush
a GoPropertyModifierArgs
In This Topic
    GetBrushPart Method
    In This Topic
    This returns a Brush property of the Brush b.
    Syntax
    protected virtual object GetBrushPart( 
       GoObject obj,
       Brush b,
       GoPropertyModifierArgs e
    )

    Parameters

    obj
    the Northwoods.Go.GoObject being examined
    b
    a Brush
    e
    a GoPropertyModifierArgs

    Return Value

    an Object that is the Brush 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 brush properties beyond those enumerated by GoPropertyModifierPart.
    See Also