次の方法で共有


InfoBar.CloseButtonStyle プロパティ

定義

InfoBarStyle閉じるボタンに適用する を取得または設定します。

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

適用対象