OrderTokenPrecedence Enumeration

An enumeration that specifies the precedence of order tokens.

Namespace:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Public Enumeration OrderTokenPrecedence
'Usage
Dim instance As OrderTokenPrecedence
public enum OrderTokenPrecedence
public enum class OrderTokenPrecedence
public enum OrderTokenPrecedence

Members

Member name Description
Before Indicates that this token comes before.
After Indicates that this token comes after.

See Also

Reference

Microsoft.Windows.Design Namespace

OrderToken

OrderTokenConflictResolution

AdornerOrder

PropertyOrder

Other Resources

Understanding WPF Designer Extensibility