Share via


IExplorerViewColumn.TextAlign Property

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

Namespace:  Microsoft.SqlServer.Management.Explorer
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Property TextAlign As HorizontalAlignment
    Get
    Set
'Usage
Dim instance As IExplorerViewColumn
Dim value As HorizontalAlignment

value = instance.TextAlign

instance.TextAlign = value
HorizontalAlignment TextAlign { get; set; }
property HorizontalAlignment TextAlign {
    HorizontalAlignment get ();
    void set (HorizontalAlignment value);
}
abstract TextAlign : HorizontalAlignment with get, set
function get TextAlign () : HorizontalAlignment
function set TextAlign (value : HorizontalAlignment)

Property Value

Type: System.Windows.Forms.HorizontalAlignment
One of the HorizontalAlignment values. The default is Left.