InkPresenter.GetVisualChild(Int32) Metoda

Definicja

Pobiera element podrzędny Visual w określonej index pozycji.

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.

Zwraca

Element podrzędny w określonej index pozycji.

Dotyczy

Zobacz też