Northwoods.Go.Draw Assembly > Northwoods.Go.Draw Namespace : GoPropertyModifier Class |
For a list of all members of this type, see GoPropertyModifier members.
Name | Description | |
---|---|---|
FindProperty | Overloaded. This just calls FindProperty(GoPropertyModifierArgs). | |
FinishTransaction | Finishes a transaction, by calling Northwoods.Go.GoView.FinishTransaction if there is a View. | |
ModifyProperty | Overloaded. This just calls ModifyProperty(GoPropertyModifierArgs,Object). | |
StartTransaction | Starts a transaction, by calling Northwoods.Go.GoView.StartTransaction if there is a View. |
Name | Description | |
---|---|---|
FindItemProperty | Finds a value according to the specified parameters in a specified item. | |
FindObjectProperty | Finds a value according to the specified parameters in a specified object. | |
GetBrushPart | This returns a Brush property of the Brush b. | |
GetPenPart | This returns a Pen property of the Pen p. | |
ModifyItemProperty | 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. | |
ModifyObjectProperty | This methods modifies the specified object to the modification parameters. | |
OnPropertyChanged | This is called to raise the PropertyChanged event. | |
SetBrushPart | This constructs and returns a new Brush using the properties of the given Brush b with the particular property specified by e set to the value newval. | |
SetPenPart | This constructs and returns a new Pen using the properties of the given Pen p with the particular property specified by e set to the value newval. |