GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyModifierArgs Class
Members
In This Topic
    GoPropertyModifierArgs Class
    In This Topic
    This class is used to pass search arguments to the various Find... and Modify... methods of GoPropertyModifier, including GoPropertyModifier.FindProperty and GoPropertyModifier.ModifyProperty.
    Syntax
    public class GoPropertyModifierArgs 
    Remarks

    The standard information needed to determine the Northwoods.Go.GoObject property and to choose which Northwoods.Go.GoObjects to consider are:

    If you want to customize the chosen objects and properties, you may inherit from this class to add your own information to be used by overrides of the Find... and Modify... methods of GoPropertyModifier.

    See Also