TitlePanel.TextAlignment Enumeration

Specify if the text will be left-aligned, right-aligned, or center-aligned.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Enumeration TextAlignment
'Usage
Dim instance As TitlePanel.TextAlignment
public enum TextAlignment
public enum class TextAlignment
type TextAlignment
public enum TextAlignment

Members

Member name Description
Left Default. text is aligned to the left.
Right Default. text is aligned to the left.
Center Text is centered.