Version

GetTabPriority Method

Gets the value of the 'TabPriority' attached property
Syntax
'Declaration
 
Public Shared Function GetTabPriority( _
   ByVal d As DependencyObject _
) As Integer
public static int GetTabPriority( 
   DependencyObject d
)

Parameters

d
Remarks

The priority is used to determine the order in which tabs are resized. For example, then when the TabLayoutStyle is set to SingleRowSizeToFit, tabs with a higher priority will be increased up to the MaximumSizeToFitAdjustment before other tabs with a lower priority

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also