Decorator Members
Include Protected Members
Include Inherited Members
When overridden in a derived class, represents a decorator element in the diagram.
The Decorator type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the Decorator class.
Top
Methods
Name
Description
Overloaded. Associates the decorator with a property that is assigned to the shape's in-memory store.
Overloaded. Associates the visibility of the decorator with a store property that is assigned to a shape.
Creates a host shape or configures an existing host shape.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the host shape.
Gets the type of the current instance. (Inherited from Object.)
Gets the association between the decorator and a shape.
Gets the visibility of the decorator that is assigned to a shape.
Creates a shallow copy of the current Object. (Inherited from Object.)
Enables derived classes to modify the decorator after the offset has changed.
Repositions the host shape and sets its visibility.
Sets the association with the decoration and a shape.
Sets the visibility of a decorator that is assigned to a shape.
Returns a string that represents the current object. (Inherited from Object.)
Overloaded. Updates the bounds for the host shapes.
Updates the visibility of the host shape.
Top
Properties
Name
Description
Gets the margin around the field. The decorator can attach itself to the field in this area.
Gets the field to which the decorator is assigned.
Gets or sets the offset that modifies the default position of the decorator.
Gets the decorator and verifies whether the position between it and the shape requires a host shape.
Top