ASP.NET MVC

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

    Show / Hide Table of Contents

    Class LabelStyles

    Inheritance
    System.Object
    EJTagHelper
    LabelStyles
    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 LabelStyles : EJTagHelper

    Constructors

    LabelStyles()

    Declaration
    public LabelStyles()

    Properties

    Font

    Gets or sets the Font of labels.

    Declaration
    [JsonProperty("font")]
    public NavigatorFont Font { get; set; }
    Property Value
    Type Description
    NavigatorFont
    Remarks

    Options for customizing the font of labels in range navigator.

    HorizontalAlignment

    Gets or sets the HorizontalAlignment of labels.

    Declaration
    [JsonProperty("horizontalAlignment")]
    [JsonConverter(typeof(StringEnumConverter))]
    public HorizontalAlignment HorizontalAlignment { get; set; }
    Property Value
    Type Description
    HorizontalAlignment
    Remarks

    Specifies the horizontalAlignment of the label in RangeNavigator.

    Major

    Declaration
    public static LabelStyles Major { get; set; }
    Property Value
    Type Description
    LabelStyles

    Methods

    ShouldSerializeFont()

    Declaration
    public bool ShouldSerializeFont()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved