The properties of the Style class are listed below. For a complete list of Style class members, see the Style Members topic.
AutoResize | Gets or sets the boolean value indicating whether Image is automatically resized to fit the cell. |
AutoTransparent | Gets or sets the boolean value indicating whether transparent color of the Image is determined automatically. |
BackColor | Gets or sets the background color of the cell. |
DisabledColor | Gets or sets the text color of the disabled cell. |
Font | Gets or sets the font of the cell. |
ForeColor | Gets or sets the text color of the cell. |
FormatString | Gets or sets the format string of the style. |
CheckBoxBackColor | Gets or sets the BackColor of a CheckBox. This property is ignored, if CellEdit property does not equal to CellEditType.CheckBox. |
CheckBoxForeColor | Gets or sets the ForeColor of a CheckBox. This property is ignored, if CellEdit property does not equal to CellEditType.CheckBox. |
ImageAlignment | Gets or sets the image alignment of the cell. |
ImagePosition | Gets or sets the image position within the cell. |
Name | Gets or sets the name of the style. |
Site (inherited from Component) | Gets or sets the ISite of the Component. |
TextAlignment | Gets or sets the text alignment of the cell. |
TransparentColor | Gets or sets the transparent color for the Image displayed by the cell. |
Events (inherited from Component) | Gets the list of event handlers that are attached to this Component. |
Style Class | Resco.Controls.SmartGrid Namespace