Class GaugeProperties
Inheritance
System.Object
GaugeProperties
Assembly: BoldReports.UWP.dll
Syntax
public class GaugeProperties : Object
Constructors
GaugeProperties()
Declaration
Properties
ActionInfo
Declaration
public ActionInfo ActionInfo { get; set; }
Property Value
BackgroundColor
Declaration
public string BackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
GaugeFrame
Declaration
public FrameProperties GaugeFrame { get; set; }
Property Value
Hidden
Declaration
public bool Hidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Orientation
Declaration
public string Orientation { get; set; }
Property Value
Type |
Description |
System.String |
|
ScaleProperties
Declaration
public List<GaugeScaleProperties> ScaleProperties { get; set; }
Property Value
Declaration
public string ToolTip { get; set; }
Property Value
Type |
Description |
System.String |
|
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|