Northwoods.Go.Draw Assembly > Northwoods.Go.Draw Namespace : GoPropertyModifier Class |
The following tables list the members exposed by GoPropertyModifier.
Name | Description | |
---|---|---|
GoPropertyModifier Constructor | Initializes a new instance of GoPropertyModifier. |
Name | Description | |
---|---|---|
Collection | Gets or sets the collection of Northwoods.Go.GoObjects to display or modify. | |
IsDocumentChanging | Determines whether or not one or more of the object in the collection was just edited. | |
ReadOnly | Gets or sets whether the GoPropertyModifier is read only. | |
View | Gets or sets the Northwoods.Go.GoView upon which this property modifier is acting. |
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. |
Name | Description | |
---|---|---|
PropertyChanged | This event occurs just after a property is changed. |