Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CircularGaugeFontSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CircularGaugeFontSettings

    Defines the options for customizing the fonts.

    Inheritance
    System.Object
    SfBaseComponent
    CircularGaugeFontSettings
    CircularGaugeAnnotationTextStyle
    CircularGaugeAnnotationTooltipTextStyle
    CircularGaugeAxisLabelFont
    CircularGaugeLegendTextStyle
    CircularGaugeRangeTooltipTextStyle
    CircularGaugeTitleStyle
    CircularGaugeTooltipTextStyle
    MarkerTextStyle
    Inherited Members
    SfBaseComponent.OnInitializedAsync()
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.CircularGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CircularGaugeFontSettings : SfBaseComponent

    Constructors

    CircularGaugeFontSettings()

    Declaration
    public CircularGaugeFontSettings()

    Properties

    Color

    Gets or sets the font color of the text in annotation, label and tooltip etc.

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    FontFamily

    Gets or sets the font family for the given text in annotation, tooltip etc.

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type Description
    System.String

    FontStyle

    Gets or sets the style of the font, which is in annotation, tooltip etc.

    Declaration
    public string FontStyle { get; set; }
    Property Value
    Type Description
    System.String

    FontWeight

    Gets or sets the font weight for the text in annotation, tooltip etc.

    Declaration
    public string FontWeight { get; set; }
    Property Value
    Type Description
    System.String

    Opacity

    Gets or sets the opacity for the annotation or tooltip text.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    Size

    Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.

    Declaration
    public virtual string Size { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved