menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Style

    Show / Hide Table of Contents

    Class Style

    Inheritance
    System.Object
    Style
    Inherited Members
    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.Models
    Assembly: Syncfusion.EJ.Pivot.dll
    Syntax
    public class Style

    Constructors

    Style()

    Declaration
    public Style()

    Properties

    BackgroundColor

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

    BorderColor

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

    BorderStyle

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

    BorderWidth

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

    FontSize

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

    FontStyle

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