[]
        
(Showing Draft Content)

C1.Win.RulesManager.GradientSettings

GradientSettings Class

Represents the gradient settings.

Inheritance
GradientSettings
Namespace: C1.Win.RulesManager
Assembly: C1.Win.RulesManager.4.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class GradientSettings : BaseNotifyPropertyChanged, INotifyPropertyChanged, ICloneable, IXmlSerializable

Constructors

Name Description
GradientSettings()

Properties

Name Description
BackgroundPoints

Gets or sets an array of the background points.

HistogramColor

Gets or sets the color of the histogram.

HistogramPoints

Gets or sets an array of the histogram points.

IconList

Gets or sets the key of the icon list.

IconPoints

Gets or sets an array of the icon points.

IsGradientHistogram

Gets or sets a value indicating whether the background color of the histogram is gradient.

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.

ReadXml(XmlReader)

Generates an GradientSettings from its XML representation.

WriteXml(XmlWriter)

Converts an GradientSettings into its XML representation.