[]
Represents item conditional formatting style.
public class ItemStyle : BaseNotifyPropertyChanged, IItemStyleEx, IItemStyle, INotifyPropertyChanged, ICloneable, IXmlSerializable
Name | Description |
---|---|
ItemStyle() |
Name | Description |
---|---|
BackColor | Item background color. |
BorderColor | Icon border color. |
FontStyle | Text font style. |
ForeColor | Text color. |
Gradient | Settings for the gradient type rule. |
Icon | Cell icon. |
TextAlignment | Alignment of the text. |
Name | Description |
---|---|
Clone() | Creates a new object that is a copy of the current instance. |
GetHistogramImage(Rectangle) | Gets the histogram image with the specified size. |
ReadXml(XmlReader) | Generates an ItemStyle from its XML representation. |
WriteXml(XmlWriter) | Converts an ItemStyle into its XML representation. |