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 子项。

适用于