다음을 통해 공유


ContentDialog.CloseButtonStyle 속성

정의

대화 상자의 닫기 단추에 적용할 스타일을 가져오거나 설정합니다.

public:
 property Style ^ CloseButtonStyle { Style ^ get(); void set(Style ^ value); };
Style CloseButtonStyle();

void CloseButtonStyle(Style value);
public Style CloseButtonStyle { get; set; }
var style = contentDialog.closeButtonStyle;
contentDialog.closeButtonStyle = style;
Public Property CloseButtonStyle As Style
<contentDialog CloseButtonStyle="{StaticResource styleResourceKey}"//>

속성 값

단추에 적용된 스타일(있는 경우) 그렇지 않으면 null입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)

적용 대상