Viewbox.GetVisualChild(Int32) メソッド

定義

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

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 のインデックス位置。

戻り値

Visual 要素の子 Viewbox

適用対象