Title.Alignment プロパティ

定義

タイトルの配置を取得または設定します。

public:
 property System::Drawing::ContentAlignment Alignment { System::Drawing::ContentAlignment get(); void set(System::Drawing::ContentAlignment value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Drawing.ContentAlignment Alignment { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.Alignment : System.Drawing.ContentAlignment with get, set
Public Property Alignment As ContentAlignment

プロパティ値

ContentAlignment

テキスト描画領域内のタイトルの配置を表す ContentAlignment 列挙値。 既定値は MiddleCenter です。

属性

注釈

プロパティ Alignment が に設定されていない場合、 プロパティは配置 Position に影響しません Auto

適用対象