Поделиться через


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.

Применяется к