Class RadialPointerProperties
Inheritance
System.Object
RadialPointerProperties
Assembly: BoldReports.UWP.dll
Syntax
public class RadialPointerProperties : Object
Constructors
RadialPointerProperties()
Declaration
public RadialPointerProperties()
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 |
|
CapBackGroundColor
Declaration
public string CapBackGroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
CapBackgroundGradientEndcolor
Declaration
public string CapBackgroundGradientEndcolor { get; set; }
Property Value
Type |
Description |
System.String |
|
CapBackgroundGradientType
Declaration
public string CapBackgroundGradientType { get; set; }
Property Value
Type |
Description |
System.String |
|
CapBackgroundHatchType
Declaration
public string CapBackgroundHatchType { get; set; }
Property Value
Type |
Description |
System.String |
|
CapHidden
Declaration
public bool CapHidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CapOnTop
Declaration
public bool CapOnTop { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CapRadius
Declaration
public double CapRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
distanceFromScale
Declaration
public double distanceFromScale { get; set; }
Property Value
Type |
Description |
System.Double |
|
Hidden
Declaration
public bool Hidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MarkerLength
Declaration
public double MarkerLength { get; set; }
Property Value
Type |
Description |
System.Double |
|
MarkerStyle
Declaration
public string MarkerStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
NeedleStyle
Declaration
public string NeedleStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ToolTip { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Value
Declaration
public double Value { get; set; }
Property Value
Type |
Description |
System.Double |
|
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|