[]
        
(Showing Draft Content)

C1.WPF.RulesManager.RulesEngineStyle

RulesEngineStyle Class

Style that is applied to the items the caller specify in the context.

Inheritance
RulesEngineStyle
Implements
IXmlSerializable
Namespace: C1.WPF.RulesManager
Assembly: C1.WPF.RulesManager.dll
Syntax
public class RulesEngineStyle : IXmlSerializable
Public Class RulesEngineStyle
    Implements IXmlSerializable

Constructors

Name Description
RulesEngineStyle()

Properties

Name Description
Background

Gets or sets the background of the item.

BorderBrush

Gets or sets the border brush of the item.

DataBarBackground

Gets or sets the data-bar background of the item.

DataBarBorderBrush

Gets or sets the data-bar border brush of the item.

DataBarValue

Gets or sets the data-bar value of the item.

FontFamily

Gets or sets the font family of the item.

FontSize

Gets or sets the font size of the item.

FontStyle

Gets or sets the font style of the item.

FontWeight

Gets or sets the font weight of the item.

Foreground

Gets or sets the foreground of the item.

IconBrush

Gets or sets the brush applied to the icon of the item.

IconTemplate

Gets or sets the icon template displayed in the item.

TextAlignment

Gets or sets the alignment of the text of the item.

Methods

Name Description
Equals(object)
GetFont()

Gets a C1.WPF.Core.C1Font gathering all the font properties.

GetHashCode()
OnStyleChanged()

Called when the definition of the style changed.

Events

Name Description
StyleChanged

Raised when the definition of the style changed.