MindFusion.Wpf Pack Programmer's Guide
DockItem.Priority Property
See Also
 





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

 Syntax

C#  Copy Code

public int Priority { get; set; }

Visual Basic  Copy Code

Public Property Priority As Integer

 Property Value

An integer value specifying the item's priority.

 See Also

DockItem Members
DockItem Class
MindFusion.UI.Wpf Namespace