Grid.GetRowSpan(UIElement) Método

Definición

Obtiene el valor de la propiedad adjunta RowSpan de un UIElement determinado.

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

Parámetros

element
UIElement

Elemento desde el que se va a leer el valor de propiedad.

Devoluciones

Valor de la propiedad adjunta RowSpan .

Atributos

Se aplica a