Class ColorScaleValueContextBase
Represents a value context for color scale condtional formatting.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class ColorScaleValueContextBase : RangeValueContextBase
Constructors
ColorScaleValueContextBase()
Declaration
protected ColorScaleValueContextBase()
Properties
MaximumColor
Gets or sets the color associated with the maximum value.
Declaration
public ThemableColor MaximumColor { get; set; }
Property Value
ThemableColor
|
MaximumValue
Gets or sets the maximum value.
Declaration
public IRangeValue MaximumValue { get; set; }
Property Value
IRangeValue
|
MinimumColor
Gets or sets the color associated with the minimum value.
Declaration
public ThemableColor MinimumColor { get; set; }
Property Value
ThemableColor
|
MinimumValue
Gets or sets the minimum value.
Declaration
public IRangeValue MinimumValue { get; set; }
Property Value
IRangeValue
|