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

属性值

适用于