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

適用対象