ContentDialog.SecondaryButtonStyle 속성

정의

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

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

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

속성 값

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

적용 대상