Share via


TeachingTip.ActionButtonStyle プロパティ

定義

アクション ボタンに適用するスタイルを取得または設定します。

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

void ActionButtonStyle(Style value);
public Style ActionButtonStyle { get; set; }
var style = teachingTip.actionButtonStyle;
teachingTip.actionButtonStyle = style;
Public Property ActionButtonStyle As Style

プロパティ値

適用対象