ToolStripControlHost.ControlAlign 属性

定义

获取或设置窗体中的控件的对齐方式。

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

ContentAlignment 值之一。 默认值为 MiddleCenter

属性

例外

设置的 ControlAlign 属性值不是 ContentAlignment 值之一。

注解

使用 ControlAlign 属性来确定或定义如何在窗体上布局托管控件。

适用于