Title.Alignment 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定標題的對齊方式。
public:
property System::Drawing::ContentAlignment Alignment { System::Drawing::ContentAlignment get(); void set(System::Drawing::ContentAlignment value); };
[System.ComponentModel.Bindable(true)]
public System.Drawing.ContentAlignment Alignment { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Alignment : System.Drawing.ContentAlignment with get, set
Public Property Alignment As ContentAlignment
屬性值
ContentAlignment 列舉值,表示文字繪製區內的標題對齊方式。 預設值是 MiddleCenter。
- 屬性
備註
如果屬性未設定為 Auto , Position 則 Alignment 屬性對對齊沒有作用。