Class GaugeScaleProperties
Inheritance
System.Object
GaugeScaleProperties
Assembly: BoldReports.UWP.dll
Syntax
public class GaugeScaleProperties : Object
Constructors
GaugeScaleProperties()
Declaration
public GaugeScaleProperties()
Properties
BackgroundColor
Declaration
public string BackgroundColor { 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 |
|
Label
Declaration
public LabelProperties Label { get; set; }
Property Value
LinearPointer
Declaration
public List<LinearPointerProperties> LinearPointer { get; set; }
Property Value
Maximum
Declaration
public double Maximum { get; set; }
Property Value
Type |
Description |
System.Double |
|
Minimum
Declaration
public double Minimum { get; set; }
Property Value
Type |
Description |
System.Double |
|
PointerType
Declaration
public string PointerType { get; set; }
Property Value
Type |
Description |
System.String |
|
Position
Declaration
public string Position { get; set; }
Property Value
Type |
Description |
System.String |
|
RadialPointer
Declaration
public List<RadialPointerProperties> RadialPointer { get; set; }
Property Value
Range
Declaration
public List<RangeProperties> Range { get; set; }
Property Value
ScaleRadius
Declaration
public double ScaleRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShadowOffset
Declaration
public double ShadowOffset { get; set; }
Property Value
Type |
Description |
System.Double |
|
StartAngle
Declaration
public double StartAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
SweepAngle
Declaration
public double SweepAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
TickMark
Declaration
public TickMarkProperties TickMark { get; set; }
Property Value