InPlaceTextEditor.HorizontalAlignment Property

Definition

Gets or sets a value indicating the horizontal alignment of the text in the editor.

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

Property Value

A value indicating the horizontal alignment of the text in the editor.

Applies to