Compartilhar via


Grid.GetRowSpan(UIElement) Método

Definição

Obtém o valor da propriedade anexada RowSpan de uma UIElement fornecida.

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

O elemento do qual o valor da propriedade é lido.

Retornos

Int32

O valor da propriedade anexada RowSpan.

Atributos

Aplica-se a