VariableSizedWrapGrid.GetColumnSpan(UIElement) Method

Definition

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.

Applies to

See also