ContentDialog.PrimaryButtonStyle 属性

定义

获取或设置要应用于对话框的主按钮的 样式

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

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

属性值

按钮的应用样式(如果存在);否则为 null

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

适用于