Share via


Separator.ImageAlign Property

Gets the alignment of the contents of the separator in relation to the other elements.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ImageAlign As ContentAlignment
    Get
'Usage
Dim instance As Separator
Dim value As ContentAlignment

value = instance.ImageAlign
[BrowsableAttribute(false)]
public ContentAlignment ImageAlign { get; }
[BrowsableAttribute(false)]
public:
property ContentAlignment ImageAlign {
    ContentAlignment get ();
}
[<BrowsableAttribute(false)>]
member ImageAlign : ContentAlignment
function get ImageAlign () : ContentAlignment

Property Value

Type: System.Drawing.ContentAlignment
The top-left alignment of the control.