Share via


VariableSizedWrapGrid.SetColumnSpan(UIElement, Int32) Method

Definition

Sets the value of the VariableSizedWrapGrid.ColumnSpan XAML attached property on a target element.

public static void SetColumnSpan(UIElement element, int value);

Parameters

element
UIElement

The target element.

value
Int32

The value to set.

Remarks

For more info, see the VariableSizedWrapGrid.ColumnSpan attached property.

Applies to

See also