다음을 통해 공유


ContentDialog.PrimaryButtonStyle 속성

정의

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

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

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

속성 값

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

Windows 요구 사항

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

적용 대상