Xceed Grid for WinForms v4.3 Documentation
ImagePadding Property (ComboBoxEditor)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Editors Namespace > ComboBoxEditor Class : ImagePadding Property
Gets or sets the padding surrounding the image.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property ImagePadding As Margins
'Usage
 
Dim instance As ComboBoxEditor
Dim value As Margins
 
instance.ImagePadding = value
 
value = instance.ImagePadding
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public Margins ImagePadding {get; set;}

Property Value

A Xceed.Editors.Margins structure representing the padding surrounding the image. By default, Xceed.Editors.WinComboBox.DefaultImagePadding.
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

ComboBoxEditor Class
ComboBoxEditor Members