[]
        
(Showing Draft Content)

C1.Win.RulesManager.ItemStyle

ItemStyle Class

Represents item conditional formatting style.

Inheritance
ItemStyle
Namespace: C1.Win.RulesManager
Assembly: C1.Win.RulesManager.4.8.dll
Syntax
public class ItemStyle : BaseNotifyPropertyChanged, IItemStyleEx, IItemStyle, INotifyPropertyChanged, ICloneable, IXmlSerializable

Constructors

Name Description
ItemStyle()

Properties

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.

Methods

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.