System.Windows.Forms.ListViewGroup.HeaderAlignment Property

Gets or sets the alignment of the group header text.

Syntax

[System.ComponentModel.DefaultValue(System.Windows.Forms.HorizontalAlignment.Left)]
public HorizontalAlignment HeaderAlignment { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use this property to retrieve the header alignment or to change the alignment at run time. You can also set the header alignment in the ListViewGroup.#ctor constructor.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0