ListViewGroup.FooterAlignment プロパティ

定義

グループ フッターの配置。

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

プロパティ値

フッター テキストの配置を指定する HorizontalAlignment 値の 1 つ。 既定値は Left です。

例外

このプロパティを設定するときに指定した値が有効な HorizontalAlignment 値ではありません。

適用対象