VariableSizedWrapGrid.GetColumnSpan(UIElement) 方法

定义

从目标元素获取 VariableSizedWrapGrid.ColumnSpan XAML 附加属性的值。

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

参数

element
UIElement

目标元素。

返回

Int32

int

获取的值。

注解

有关详细信息,请参阅 VariableSizedWrapGrid.ColumnSpan 附加属性。

适用于

另请参阅