Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 777 Bytes

contentdialog_primarybuttonstyle.md

File metadata and controls

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

Windows.UI.Xaml.Controls.ContentDialog.PrimaryButtonStyle

-description

Gets or sets the Style to apply to the dialog's primary 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