Class RangeProperties
Inheritance
System.Object
RangeProperties
Assembly: BoldReports.UWP.dll
Syntax
public class RangeProperties : Object
Constructors
RangeProperties()
Declaration
Properties
ActionInfo
Declaration
public List<ActionInfo> ActionInfo { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<ActionInfo> |
|
BackgroundColor
Declaration
public string BackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
BackgroundGradientEndcolor
Declaration
public string BackgroundGradientEndcolor { get; set; }
Property Value
Type |
Description |
System.String |
|
BackgroundGradientType
Declaration
public string BackgroundGradientType { get; set; }
Property Value
Type |
Description |
System.String |
|
BackgroundHatchType
Declaration
public string BackgroundHatchType { get; set; }
Property Value
Type |
Description |
System.String |
|
BorderColor
Declaration
public string BorderColor { get; set; }
Property Value
Type |
Description |
System.String |
|
BorderWidth
Declaration
public double BorderWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
DistanceFromScale
Declaration
public double DistanceFromScale { get; set; }
Property Value
Type |
Description |
System.Double |
|
EndValue
Declaration
public double EndValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
EndWidth
Declaration
public double EndWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Hidden
Declaration
public bool Hidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RangePlacement
Declaration
public string RangePlacement { get; set; }
Property Value
Type |
Description |
System.String |
|
StartValue
Declaration
public double StartValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
StartWidth
Declaration
public double StartWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public string ToolTip { get; set; }
Property Value
Type |
Description |
System.String |
|