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 附加屬性。

適用於

另請參閱