Blazor

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

    Show / Hide Table of Contents

    Class SmithchartFontModel

    Interface for a class SmithchartFont

    Inheritance
    System.Object
    SmithchartFontModel
    Implements
    System.IEquatable<SmithchartFontModel>
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SmithchartFontModel : Object, IEquatable<SmithchartFontModel>

    Constructors

    SmithchartFontModel()

    Declaration
    public SmithchartFontModel()

    Properties

    Color

    Color for the text.

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

    FontFamily

    font family for text.

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

    FontStyle

    font style for text.

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

    FontWeight

    font weight for text.

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

    Opacity

    font opacity for text.

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

    Size

    font size for text.

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

    Methods

    Equals(SmithchartFontModel)

    Declaration
    public bool Equals(SmithchartFontModel smithchartFontModel)
    Parameters
    Type Name Description
    SmithchartFontModel smithchartFontModel
    Returns
    Type Description
    System.Boolean

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved