Viewbox.GetVisualChild(Int32) メソッド

定義

指定したVisual位置にあるindex子を取得します。

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

パラメーター

index
Int32

必要な Visual 子のインデックス位置。

返品

Viewbox要素のVisual子。

適用対象