Edit

Share via


TabView.GetConstrainColumn(ColumnDefinition) Method

Definition

Gets the attached value indicating this column should be restricted for the TabViewItem headers.

public static bool GetConstrainColumn (Windows.UI.Xaml.Controls.ColumnDefinition obj);
static member GetConstrainColumn : Windows.UI.Xaml.Controls.ColumnDefinition -> bool
Public Shared Function GetConstrainColumn (obj As ColumnDefinition) As Boolean

Parameters

obj
Windows.UI.Xaml.Controls.ColumnDefinition

Grid Column.

Returns

True if this column should be constrained.

Applies to