Blazor

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

    Show / Hide Table of Contents

    Class LinearGaugeFontSettings

    Defines the options for customizing the fonts.

    Inheritance
    System.Object
    SfBaseComponent
    LinearGaugeFontSettings
    LinearGaugeAnnotationFont
    LinearGaugeAxisLabelFont
    LinearGaugeRangeTooltipTextStyle
    LinearGaugeTitleStyle
    LinearGaugeTooltipTextStyle
    Inherited Members
    SfBaseComponent.OnInitializedAsync()
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.LinearGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class LinearGaugeFontSettings : SfBaseComponent

    Constructors

    LinearGaugeFontSettings()

    Declaration
    public LinearGaugeFontSettings()

    Properties

    Color

    Gets or sets the font color for text.

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

    FontFamily

    Gets or sets the font-family for text.

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

    FontStyle

    Gets or sets the style for text.

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

    FontWeight

    Gets or sets the font weight of the text.

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

    Opacity

    Gets or sets the opacity of the text.

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

    Size

    Gets or sets the size of the font in text.

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

    Methods

    OnParametersSetAsync()

    OnInitializedAsync method is called when the component has received its initial parameters.

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    System.Threading.Tasks.Task representing the asynchronous operation.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved