Panel.GetVisualChild(Int32) Método

Definição

Obtém um filho Visual deste Panel na posição do índice especificado.

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 do índice do filho de Visual.

Retornos

Visual

Um filho Visual do elemento pai Panel.

Aplica-se a

Confira também