다음을 통해 공유


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 요소의 단일 자식 요소입니다.

적용 대상