GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyModifier Class
Properties Methods Events


In This Topic
    GoPropertyModifier Class Members
    In This Topic

    The following tables list the members exposed by GoPropertyModifier.

    Public Constructors
     NameDescription
    Public Constructor Initializes a new instance of GoPropertyModifier.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the collection of Northwoods.Go.GoObjects to display or modify.  
    Public Property Determines whether or not one or more of the object in the collection was just edited.  
    Public Property Gets or sets whether the GoPropertyModifier is read only.  
    Public PropertyGets or sets the Northwoods.Go.GoView upon which this property modifier is acting.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.   
    Public MethodFinishes a transaction, by calling Northwoods.Go.GoView.FinishTransaction if there is a View.  
    Public MethodOverloaded.   
    Public MethodStarts a transaction, by calling Northwoods.Go.GoView.StartTransaction if there is a View.  
    Top
    Protected Methods
     NameDescription
    Protected Method Finds a value according to the specified parameters in a specified item.  
    Protected Method Finds a value according to the specified parameters in a specified object.  
    Protected MethodThis returns a Brush property of the Brush b.  
    Protected MethodThis returns a Pen property of the Pen p.  
    Protected Method 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.  
    Protected Method This methods modifies the specified object to the modification parameters.  
    Protected MethodThis is called to raise the PropertyChanged event.  
    Protected MethodThis 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.  
    Protected MethodThis 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.  
    Top
    Public Events
     NameDescription
    Public Event This event occurs just after a property is changed.  
    Top
    See Also