Class GaugeLabelProperties
Inheritance
System.Object
GaugeLabelProperties
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class GaugeLabelProperties : IReportDispose, IDisposable
Constructors
GaugeLabelProperties()
Declaration
public GaugeLabelProperties()
Properties
ActionInfo
Declaration
public ActionInfo ActionInfo { get; set; }
Property Value
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 |
|
Methods
Dispose()
Declaration
Implements
System.IDisposable