다음을 통해 공유


Flyout.Content 속성

정의

플라이아웃의 콘텐츠를 가져오거나 설정합니다.

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

void Content(UIElement value);
public UIElement Content { get; set; }
var uIElement = flyout.content;
flyout.content = uIElement;
Public Property Content As UIElement
<Flyout>
    singleUIElement
</Flyout>

속성 값

플라이아웃의 콘텐츠입니다.

적용 대상