ToolStripControlHost.ControlAlign 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置窗体中的控件的对齐方式。
public:
property System::Drawing::ContentAlignment ControlAlign { System::Drawing::ContentAlignment get(); void set(System::Drawing::ContentAlignment value); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.ContentAlignment ControlAlign { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.ControlAlign : System.Drawing.ContentAlignment with get, set
Public Property ControlAlign As ContentAlignment
属性值
ContentAlignment 值之一。 默认值为 MiddleCenter。
- 属性
例外
设置的 ControlAlign 属性值不是 ContentAlignment 值之一。
注解
使用 ControlAlign 属性来确定或定义如何在窗体上布局托管控件。