menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FontOptions - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FontOptions

    Inheritance
    System.Object
    FontOptions
    Namespace: Syncfusion.Blazor.DataVizCommon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FontOptions : Object

    Constructors

    FontOptions()

    Declaration
    public FontOptions()

    Properties

    Color

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

    FontFamily

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

    FontStyle

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

    FontWeight

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

    Size

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