[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.ImageAlign

ImageAlign Property

ImageAlign

Gets or sets the alignment of the image.

Declaration
[Browsable(true)]
public HorizontalAlignment ImageAlign { get; set; }
<Browsable(True)>
Public Property ImageAlign As HorizontalAlignment
Property Value
Type Description
HorizontalAlignment

A HorizontalAlignment value that indicates the alignment of the image for the editor and list.

Remarks

This property determines the position of the image. If the ShowListBoxImage value is false, this property does not take effects.

See Also
ImageWidth
ShowListBoxImage