Xceed Grid for WinForms v4.3 Documentation
DefaultImageAlignment Property (ComboBoxViewer)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Viewers Namespace > ComboBoxViewer Class : DefaultImageAlignment Property
Gets the default value of the ImageAlignment property.
Syntax
'Declaration
 
Protected Overrides ReadOnly Property DefaultImageAlignment As ViewerImageAlignment
'Usage
 
Dim instance As ComboBoxViewer
Dim value As ViewerImageAlignment
 
value = instance.DefaultImageAlignment
protected override ViewerImageAlignment DefaultImageAlignment {get;}

Property Value

A ViewerImageAlignment value representing the default value of the ImageAlignment property. Unless overridden, ViewerImageAlignment.TopLeft.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ComboBoxViewer Class
ComboBoxViewer Members
Base Implementation in DefaultImageAlignment