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


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Viewers Namespace > ComboBoxViewer Class : ImageAlignment Property
Gets or sets the alignment of the image in the ImageArea.
Syntax
'Declaration
 
<DescriptionAttribute("The alignment of the image in the ImageArea.")>
<CategoryAttribute("Appearance")>
<BrowsableAttribute(True)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
<LocalizableAttribute(True)>
Public Shadows Property ImageAlignment As ViewerImageAlignment
'Usage
 
Dim instance As ComboBoxViewer
Dim value As ViewerImageAlignment
 
instance.ImageAlignment = value
 
value = instance.ImageAlignment
[Description("The alignment of the image in the ImageArea.")]
[Category("Appearance")]
[Browsable(true)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
[Localizable(true)]
public new ViewerImageAlignment ImageAlignment {get; set;}

Property Value

A ViewerImageAlignment value representing the alignmnent of the image in the ImageArea. By default, DefaultImageAlignment.
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