Gets or sets the docking priority of the item. Items with higher priority get arranged first. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public int Priority { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Priority As Integer |
An integer value specifying the item's priority.
See Also