Panel.GetVisualChild(Int32) Método

Definição

Obtém um Visual filho desta Panel posição na posição de índice especificada.

protected:
 override System::Windows::Media::Visual ^ GetVisualChild(int index);
protected override System.Windows.Media.Visual GetVisualChild(int index);
override this.GetVisualChild : int -> System.Windows.Media.Visual
Protected Overrides Function GetVisualChild (index As Integer) As Visual

Parâmetros

index
Int32

A posição índice da Visual criança.

Devoluções

Um Visual filho do elemento parental Panel .

Aplica-se a

Ver também