GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyModifier Class / ModifyObjectProperty Method
The specified object to be modified.
The specified modification parameters.
In This Topic
    ModifyObjectProperty Method
    In This Topic
    This methods modifies the specified object to the modification parameters.
    Syntax
    protected virtual void ModifyObjectProperty( 
       GoObject obj,
       GoPropertyModifierArgs e,
       object newval
    )

    Parameters

    obj
    The specified object to be modified.
    e
    The specified modification parameters.
    newval
    Remarks
    If you override this method to handle additional properties, and if those properties are parts of brushes or pens, you may find it convenient to call or override SetBrushPart or SetPenPart.
    See Also