Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 769 Bytes

contentdialog_closebuttonstyle.md

File metadata and controls

34 lines (22 loc) · 769 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.ContentDialog.CloseButtonStyle
winrt property

Windows.UI.Xaml.Controls.ContentDialog.CloseButtonStyle

-description

Gets or sets the Style to apply to the dialog's close button.

-xaml-syntax

<contentDialog CloseButtonStyle="{StaticResource styleResourceKey}"//>

-xaml-values

styleResourceKey
styleResourceKeyThe key that identifies the style being requested. The key refers to an existing resource in a ResourceDictionary.

-property-value

The applied style for the button, if present; otherwise, null.

-remarks

-see-also

-examples