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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Property HorizontalAlignment As StringAlignment
public StringAlignment HorizontalAlignment { get; set; }
public:
property StringAlignment HorizontalAlignment {
StringAlignment get ();
void set (StringAlignment value);
}
member HorizontalAlignment : StringAlignment with get, set
function get HorizontalAlignment () : StringAlignment
function set HorizontalAlignment (value : StringAlignment)
Property Value
Type: StringAlignment
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.