UniformGrid.GetAutoLayout(FrameworkElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.