Panel.GetVisualChild(Int32) Metoda

Definicja

Pobiera element podrzędny Visual tego Panel elementu na określonej pozycji indeksu.

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

Parametry

index
Int32

Pozycja indeksu elementu podrzędnego Visual .

Zwraca

Visual

Element Visual podrzędny elementu nadrzędnego Panel .

Dotyczy

Zobacz też