Share via


Grid.GetRowSpan(UIElement) Metodo

Definizione

Ottiene il valore della proprietà associata RowSpan da un oggetto UIElement specificato.

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

Parametri

element
UIElement

Elemento da cui leggere il valore della proprietà.

Restituisce

Int32

Valore della proprietà associata RowSpan .

Attributi

Si applica a