ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GaugeLabelProperties - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GaugeLabelProperties

    Inheritance
    System.Object
    GaugeLabelProperties
    Implements
    IReportDispose
    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()
    Namespace: Syncfusion.EJ.ReportViewer.JsonModel
    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
    Type Description
    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
    Type Description
    FontStyleModel

    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
    Type Description
    BorderStyle

    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

    ToolTip

    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
    public void Dispose()

    Implements

    IReportDispose
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved