Grid.GetRowSpan(UIElement) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 ler o valor da propriedade.
Retornos
O valor da RowSpan propriedade anexada.
- Atributos