IExplorerViewColumn.TextAlign Property

Definition

Gets or sets the horizontal alignment of the text that is displayed in the column.

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

Property Value

One of the HorizontalAlignment values. The default is Left.

Applies to