ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ItemStyleExval

    Inheritance
    System.Object
    ItemStyleExval
    Implements
    IReportDispose
    System.IDisposable
    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.EJ.ReportViewer.JsonModel
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class ItemStyleExval : IReportDispose, IDisposable

    Constructors

    ItemStyleExval()

    Declaration
    public ItemStyleExval()

    Properties

    BackgroundImage

    Declaration
    public BackGroundImageExval BackgroundImage { get; set; }
    Property Value
    Type Description
    BackGroundImageExval

    BackgroundPattern

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

    Border

    Declaration
    public BorderVal Border { get; set; }
    Property Value
    Type Description
    BorderVal

    Color

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

    FillStyle

    Declaration
    public FillStyleExval FillStyle { get; set; }
    Property Value
    Type Description
    FillStyleExval

    Font

    Declaration
    public FontExval Font { get; set; }
    Property Value
    Type Description
    FontExval

    ShadowColor

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

    ShadowOffset

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

    TextAlign

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

    TextDecoration

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

    TextEffect

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

    TextOrientation

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

    VerticalAlign

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

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

    IReportDispose
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved