UniformGrid.GetAutoLayout(FrameworkElement) Method

Definition

Gets the AutoLayout Attached Property Value. Used internally to track items which need to be arranged vs. fixed in place.

public static bool? GetAutoLayout (Windows.UI.Xaml.FrameworkElement element);
static member GetAutoLayout : Windows.UI.Xaml.FrameworkElement -> Nullable<bool>
Public Shared Function GetAutoLayout (element As FrameworkElement) As Nullable(Of Boolean)

Parameters

element
Windows.UI.Xaml.FrameworkElement

Windows.UI.Xaml.FrameworkElement

Returns

A true value indicates this item should be automatically arranged.

Applies to