[]
        
(Showing Draft Content)

C1.Win.RulesManager.GradientPoint

GradientPoint Struct

Represents the gradient point for the gradient Rule.

Implements
Namespace: C1.Win.RulesManager
Assembly: C1.Win.RulesManager.4.8.dll
Syntax
public struct GradientPoint : IXmlSerializable

Constructors

Name Description
GradientPoint(GradientPointType)

Initializes a new instance of the GradientPoint.

Properties

Name Description
Color

Gets or sets the color for the gradient point.

Type

Gets or sets the type of value for the gradient point.

Value

Gets or sets the value for the gradient point.

Methods

Name Description
ReadXml(XmlReader)

Generates an GradientPoint from its XML representation.

WriteXml(XmlWriter)

Converts an GradientPoint into its XML representation.