_OlkCommandButton.TextAlign 属性

定义

返回或设置一个 OlTextAlign 常量,该常量指定文本在控件中的对齐方式。 读/写。

public:
 property Microsoft::Office::Interop::Outlook::OlTextAlign TextAlign { Microsoft::Office::Interop::Outlook::OlTextAlign get(); void set(Microsoft::Office::Interop::Outlook::OlTextAlign value); };
public Microsoft.Office.Interop.Outlook.OlTextAlign TextAlign { get; set; }
Public Property TextAlign As OlTextAlign

属性值

注解

默认值是 olTextAlignLeft 中与英语等从左到右语言。

对于命令按钮控件,当 文本对齐 设置为 olTextAlignLeft ,左边的距是从控件的边框仅一个像素。

适用于