Class IndicatorProperties
Inheritance
System.Object
IndicatorProperties
Assembly: BoldReports.UWP.dll
Syntax
public class IndicatorProperties : Object
Constructors
IndicatorProperties()
Declaration
public IndicatorProperties()
Properties
ActionInfo
Declaration
public List<ActionInfo> ActionInfo { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<ActionInfo> |
|
Angle
Declaration
public double Angle { get; set; }
Property Value
Type |
Description |
System.Double |
|
FillColor
Declaration
public string FillColor { get; set; }
Property Value
Type |
Description |
System.String |
|
GaugeIndicatorStyle
Declaration
public string GaugeIndicatorStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
Height
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
Hidden
Declaration
public bool Hidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IconSet
Declaration
public string IconSet { get; set; }
Property Value
Type |
Description |
System.String |
|
IndicatorData
Declaration
public GaugeInputValueModel IndicatorData { get; set; }
Property Value
IndicatorState
Declaration
public List<IndicatorState> IndicatorState { get; set; }
Property Value
Left
Declaration
public double Left { get; set; }
Property Value
Type |
Description |
System.Double |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
ScaleFactor
Declaration
public double ScaleFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
StateImage
Declaration
public BaseImage StateImage { get; set; }
Property Value
Declaration
public string ToolTip { get; set; }
Property Value
Type |
Description |
System.String |
|
Top
Declaration
public double Top { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public string TransformationType { get; set; }
Property Value
Type |
Description |
System.String |
|
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
ZIndex
Declaration
public int ZIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|