다음을 통해 공유


RefreshVisualizer.Content 속성

정의

시각화 도우미의 콘텐츠를 가져오거나 설정합니다.

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

void Content(UIElement value);
public UIElement Content { get; set; }
var uIElement = refreshVisualizer.content;
refreshVisualizer.content = uIElement;
Public Property Content As UIElement

속성 값

시각화 도우미의 콘텐츠입니다.

적용 대상