ToolStripItem.TextImageRelation 属性

定义

获取或设置 ToolStripItem 文本和图像相对于彼此的位置。

public:
 property System::Windows::Forms::TextImageRelation TextImageRelation { System::Windows::Forms::TextImageRelation get(); void set(System::Windows::Forms::TextImageRelation value); };
public System.Windows.Forms.TextImageRelation TextImageRelation { get; set; }
member this.TextImageRelation : System.Windows.Forms.TextImageRelation with get, set
Public Property TextImageRelation As TextImageRelation

属性值

TextImageRelation

TextImageRelation 值之一。 默认值为 ImageBeforeText

注解

TextImageRelation使用属性定义或确定图像相对于文本的ToolStripItem相对位置。 缺少图像、文本或两者的项目都被视为特殊情况, ToolStripItem 以便不显示缺失元素或元素的空白位置。

适用于