Dela via


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

Public methodStatic member

GetActualModel

Gets the model that is being used by the specified adorner.

Public methodStatic member

GetActualView

Gets the view that is being used by the specified adorner.

Public methodStatic member

GetLayout

Gets a layout that is used to arrange the adorner with regard to its model or view.

Public methodStatic member

GetModel

Gets the model item associated with the specified adorner.

Public methodStatic member

GetOrder

Gets the relative z-order of the specified adorner.

Public methodStatic member

GetTask

Gets the task for the specified adorner.

Public methodStatic member

GetView

Gets the view for the specified adorner.

Public methodStatic member

SetLayout

Sets the layout for the specified adorner.

Public methodStatic member

SetModel

Sets the model item associated with the specified adorner.

Public methodStatic member

SetOrder

Sets the relative z-order of the specified adorner.

Public methodStatic member

SetTask

Sets the task for the specified adorner.

Public methodStatic member

SetView

Sets the view for the specified adorner.

Top

Fields

 

Name

Description

Public fieldStatic member

ActualModelProperty

Identifies the ActualModel attached property.

Public fieldStatic member

ActualViewProperty

Identifies the ActualView attached property.

Public fieldStatic member

LayoutProperty

Identifies the Layout attached property.

Public fieldStatic member

ModelProperty

Identifies the Model attached property.

Public fieldStatic member

OrderProperty

Identifies the Order attached property.

Public fieldStatic member

TaskProperty

Identifies the Task attached property.

Public fieldStatic member

ViewProperty

Identifies the View attached property.

Top

Attached Properties

 

Name

Description

Public attached property

ActualModel

Gets the model that is being used by the adorner. This is an attached property.

Public attached property

ActualView

Gets the view that is being used by the adorner. This is an attached property..

Public attached property

Layout

Gets a layout that is used to arrange the adorner with regard to its model or view. This is an attached property.

Public attached property

Model

Gets the model item associated with the adorner. This is an attached property.

Public attached property

Order

Gets the relative z-order of the adorner. This is an attached property.

Public attached property

Task

Gets the task for the specified adorner. This is an attached property.

Public attached property

View

Gets the view for the adorner. This is an attached property.

Top

See Also

Reference

AdornerProperties Class

Microsoft.Windows.Design.Interaction Namespace