ASP.NET Core

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

    Show / Hide Table of Contents

    Class BulletFont

    Inheritance
    System.Object
    EJTagHelper
    BulletFont
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.JavaScript.DataVisualization.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class BulletFont : EJTagHelper

    Constructors

    BulletFont()

    Declaration
    public BulletFont()

    Properties

    FontColor

    Gets or sets the FontColor

    Declaration
    [JsonProperty("color")]
    public string FontColor { get; set; }
    Property Value
    Type Description
    System.String

    FontFamily

    Gets or sets the FontFamily

    Declaration
    [JsonProperty("fontFamily")]
    public string FontFamily { get; set; }
    Property Value
    Type Description
    System.String

    FontStyle

    Gets or sets the FontStyle

    Declaration
    [JsonProperty("fontStyle")]
    public string FontStyle { get; set; }
    Property Value
    Type Description
    System.String

    FontWeight

    Gets or sets the FontWeight

    Declaration
    [JsonProperty("fontWeight")]
    public string FontWeight { get; set; }
    Property Value
    Type Description
    System.String

    Opacity

    Gets or sets the Opacity of font

    Declaration
    [JsonProperty("opacity")]
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    Size

    Gets or sets the Size of font

    Declaration
    [JsonProperty("size")]
    public string Size { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved