Gets the value of the Grid.Column XAML attached property from the specified
            FrameworkElement.
            
 
Namespace: Windows.UI.Xaml.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
 Syntax
Syntaxpublic static int GetColumn(
	UIElement element
)
Parameters
- element
- Type: Windows.UI.XamlUIElement
 The element from which to read the property value.
Return Value
Type: 
Int32The value of the Grid.Column XAML attached property on the target element.
 See Also
See Also