Grid.GetColumnSpan(UIElement) 方法

定义

从给定的 UIElement 中获取 ColumnSpan 附加属性值。

public:
 static int GetColumnSpan(System::Windows::UIElement ^ element);
[System.Windows.AttachedPropertyBrowsableForChildren]
public static int GetColumnSpan (System.Windows.UIElement element);
[<System.Windows.AttachedPropertyBrowsableForChildren>]
static member GetColumnSpan : System.Windows.UIElement -> int
Public Shared Function GetColumnSpan (element As UIElement) As Integer

参数

element
UIElement

要从中读取属性值的元素。

返回

Int32

ColumnSpan 附加属性的值。

属性

适用于