Grid.GetColumnSpan(UIElement) メソッド

定義

ColumnSpan 添付プロパティの値を、指定した UIElement から取得します。

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

プロパティ値の読み取り元となる要素。

戻り値

ColumnSpan 添付プロパティの値。

属性

適用対象