InPlaceTextEditor::HorizontalAlignment Property

 

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

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property StringAlignment HorizontalAlignment {
	StringAlignment get();
	void set(StringAlignment value);
}

Property Value

Type: System.Drawing::StringAlignment
Return to top
Show: