GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyModifier Class / ModifyItemProperty Method
The item to be modified.
The specified modification parameters.
In This Topic
    ModifyItemProperty Method
    In This Topic
    Determines how to modify an individual item of the collection. Each item may have individual parts which can be modified, while the object itself cannot. For example, a GoGroup might not have an property to be modified, however, it may contain objects which can be modified.
    Syntax
    protected virtual void ModifyItemProperty( 
       GoObject item,
       GoPropertyModifierArgs e,
       object newval
    )

    Parameters

    item
    The item to be modified.
    e
    The specified modification parameters.
    newval
    See Also