VariableSizedWrapGrid.GetRowSpan(UIElement) Método

Definição

Obtém o valor da propriedade anexada XAML VariableSizedWrapGrid.RowSpan de um elemento de destino.

public:
 static int GetRowSpan(UIElement ^ element);
 static int GetRowSpan(UIElement const& element);
public static int GetRowSpan(UIElement element);
function getRowSpan(element)
Public Shared Function GetRowSpan (element As UIElement) As Integer

Parâmetros

element
UIElement

O elemento de destino.

Retornos

Int32

int

O valor obtido.

Comentários

Para obter mais informações, consulte a propriedade anexada VariableSizedWrapGrid.RowSpan .

Aplica-se a

Confira também