AdornerProperties Members
Include Protected Members
Include Inherited Members
Defines a set of attached properties for a UI element to enable adorner appearance and behavior.
The AdornerProperties type exposes the following members.
Methods
Name
Description
Gets the model that is being used by the specified adorner.
Gets the view that is being used by the specified adorner.
Gets a layout that is used to arrange the adorner with regard to its model or view.
Gets the model item associated with the specified adorner.
Gets the relative z-order of the specified adorner.
Gets the task for the specified adorner.
Gets the view for the specified adorner.
Sets the layout for the specified adorner.
Sets the model item associated with the specified adorner.
Sets the relative z-order of the specified adorner.
Sets the task for the specified adorner.
Sets the view for the specified adorner.
Top
Fields
Name
Description
Identifies the ActualModel attached property.
Identifies the ActualView attached property.
Identifies the Layout attached property.
Identifies the Model attached property.
Identifies the Order attached property.
Identifies the Task attached property.
Identifies the View attached property.
Top
Attached Properties
Name
Description
Gets the model that is being used by the adorner. This is an attached property.
Gets the view that is being used by the adorner. This is an attached property..
Gets a layout that is used to arrange the adorner with regard to its model or view. This is an attached property.
Gets the model item associated with the adorner. This is an attached property.
Gets the relative z-order of the adorner. This is an attached property.
Gets the task for the specified adorner. This is an attached property.
Gets the view for the adorner. This is an attached property.
Top