VariableSizedWrapGrid.GetColumnSpan(UIElement) 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 value of the VariableSizedWrapGrid.ColumnSpan XAML attached property from a target element.
public:
static int GetColumnSpan(UIElement ^ element);
static int GetColumnSpan(UIElement const& element);
public static int GetColumnSpan(UIElement element);
function getColumnSpan(element)
Public Shared Function GetColumnSpan (element As UIElement) As Integer
Parameters
- element
- UIElement
The target element.
Returns
Int32
int
The obtained value.
Remarks
For more info, see the VariableSizedWrapGrid.ColumnSpan attached property.