Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.09 KB

grid_getcolumnspan_374325834.md

File metadata and controls

29 lines (20 loc) · 1.09 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.Grid.GetColumnSpan(Microsoft.UI.Xaml.FrameworkElement)
winrt method

Microsoft.UI.Xaml.Controls.Grid.GetColumnSpan

-description

Gets the value of the Grid.ColumnSpan XAML attached property from the specified FrameworkElement.

-parameters

-param element

The element from which to read the property value.

-returns

The value of the Grid.ColumnSpan XAML attached property on the target element.

-remarks

This method is a utility method for the property system, and isn't used in most app scenarios. In most cases you set the Grid.ColumnSpan XAML attached property in XAML and won't need this method. For more info, see the Grid.ColumnSpan attached property.

-examples

-see-also

Grid.ColumnSpan, Attached properties overview