Share via


Viewbox.Child 屬性

定義

取得或設定 Viewbox 元素的單一子專案。

public:
 property UIElement ^ Child { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Child();

void Child(UIElement value);
public UIElement Child { get; set; }
var uIElement = viewbox.child;
viewbox.child = uIElement;
Public Property Child As UIElement
<ViewBox ...>
  child
</ViewBox>

屬性值

Viewbox元素的單一子專案。

適用於