Class GaugeLabelProperties
Inheritance
System.Object
GaugeLabelProperties
Assembly: BoldReports.UWP.dll
Syntax
public class GaugeLabelProperties : Object
Constructors
GaugeLabelProperties()
Declaration
public GaugeLabelProperties()
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 |
|
Font
Declaration
public FontStyleModel Font { get; set; }
Property Value
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 |
|
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 |
|
Style
Declaration
public BorderStyle Style { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
TextAlign
Declaration
public string TextAlign { get; set; }
Property Value
Type |
Description |
System.String |
|
TextColor
Declaration
public string TextColor { get; set; }
Property Value
Type |
Description |
System.String |
|
TextDecoration
Declaration
public string TextDecoration { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
UseFontPercent
Declaration
public bool UseFontPercent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
VerticalAlignment
Declaration
public string VerticalAlignment { get; set; }
Property Value
Type |
Description |
System.String |
|
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
ZIndex
Declaration
public double ZIndex { get; set; }
Property Value
Type |
Description |
System.Double |
|