MobileForms Toolkit Documentation

Style.ImageAlignment Property

Gets or sets the image alignment of the cell.

public Alignment ImageAlignment {get; set;}

Property Value

Alignment of the image.

Remarks

If Alignemnt.Default is set as the ImageAlignment, then the used alignment in the cell is determined by Alignment This alignment is also used if a checkbox should be displayed in the column that this cell belongs to (The checkbox will be displayed if the column that this cell belongs to has CellEdit property set to CellEditType.CheckBox.

See Also

Style Class | Resco.Controls.SmartGrid Namespace