ASP.NET Core

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

    Show / Hide Table of Contents

    Class FrameProperties

    Inheritance
    System.Object
    FrameProperties
    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 FrameProperties : IReportDispose, IDisposable

    Constructors

    FrameProperties()

    Declaration
    public FrameProperties()

    Properties

    BackgroundGradientEndcolor

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

    BackgroundGradientType

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

    BackgroundHatchType

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

    BorderColor

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

    BorderWidth

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

    FrameColor

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

    FrameImage

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

    FrameShape

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

    FrameStyle

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

    FrameWidth

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

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

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