VariableSizedWrapGrid.SetColumnSpan(UIElement, Int32) 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.
Sets the value of the VariableSizedWrapGrid.ColumnSpan XAML attached property on a target element.
public:
static void SetColumnSpan(UIElement ^ element, int value);
static void SetColumnSpan(UIElement const& element, int const& value);
public static void SetColumnSpan(UIElement element, int value);
function setColumnSpan(element, value)
Public Shared Sub SetColumnSpan (element As UIElement, value As Integer)
Parameters
- element
- UIElement
The target element.
- value
-
Int32
int
The value to set.
Remarks
For more info, see the VariableSizedWrapGrid.ColumnSpan attached property.