ContentDialog.CloseButtonStyle プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ダイアログの閉じるボタンに適用するスタイルを取得または設定します。
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
。