AnchorEdge Element

Specifies an edge anchor.

Syntax

<AnchorEdge
    Id="string"
    MaximumOffset="int"
    MaximumPercent="float"
    MinimumOffset="int"
    MinimumPercent="float"
    Offset="int"
    Percent="float"
/>

Inline Syntax

  AnchorEdge="Id,Percent"
AnchorEdge="Id,Percent,Offset"

Attributes

Id

Dependency reference of edge. This value can be parent (to indicate the parent element), focus (to indicate the next item that has focus), or the name of another peer in the view item.

MaximumOffset

Specifies the maximum edge value offset, in pixels, relative to the parent.

MaximumPercent

Specifies the maximum edge value relative to the parent. A value of 1 is 100%, .5 is 50%, and so forth.

MinimumOffset

Specifies the minimum edge value offset, in pixels, relative to the parent.

MinimumPercent

Specifies the minimum edge value relative to the parent. A value of 1 is 100%, .5 is 50%, and so forth.

Offset

Specifies the additional offset value, in pixels, for the edge.

Percent

Specifies the edge value relative to the reference. A value of 1 is 100%, .5 is 50%, and so forth.

Requirements

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also