Class IndicatorState
Inheritance
System.Object
IndicatorState
Assembly: BoldReports.UWP.dll
Syntax
public class IndicatorState : Object
Constructors
IndicatorState()
Declaration
Properties
EndValue
Declaration
public GaugeInputValueModel EndValue { get; set; }
Property Value
FillColor
Declaration
public string FillColor { get; set; }
Property Value
Type |
Description |
System.String |
|
HugeColor
Declaration
public string HugeColor { get; set; }
Property Value
Type |
Description |
System.String |
|
IndicatorStyle
Declaration
public string IndicatorStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
ResizeMode
Declaration
public string ResizeMode { get; set; }
Property Value
Type |
Description |
System.String |
|
ScaleFactor
Declaration
public double ScaleFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
ScaleValue
Declaration
public int ScaleValue { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StartValue
Declaration
public GaugeInputValueModel StartValue { get; set; }
Property Value
StateImage
Declaration
public BaseImage StateImage { get; set; }
Property Value
Transparency
Declaration
public double Transparency { get; set; }
Property Value
Type |
Description |
System.Double |
|