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


InfoBar.CloseButtonStyle Свойство

Определение

Возвращает или задает объект , применяемый Style к кнопке закрытия в InfoBar.

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

void CloseButtonStyle(Style value);
public Style CloseButtonStyle { get; set; }
var style = infoBar.closeButtonStyle;
infoBar.closeButtonStyle = style;
Public Property CloseButtonStyle As Style

Значение свойства

Объект , Style применяемый к кнопке закрытия в InfoBar.

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