Indicates whether the text will be replaced with regards the image in the buttons. They can be placed underneath, or to the right of an image in the button.
[Visual Basic] Public Property TextAlign As ToolBarTextAlign [C#] public ToolBarTextAlign TextAlign {get; set;} [C++] public: __property ToolBarTextAlign get_TextAlign(); public: __property void set_TextAlign(ToolBarTextAlign); [JScript] public function get TextAlign() : ToolBarTextAlign; public function set TextAlign(ToolBarTextAlign);
int an integer from the ToolBarTextAlign enumeration which controls where the text is placed.