ASP.NET MVC

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

    Show / Hide Table of Contents

    Class PdfTreeGridStyle

    Inheritance
    System.Object
    PdfTreeGridStyleBase
    PdfTreeGridStyle
    Implements
    System.ICloneable
    Inherited Members
    PdfTreeGridStyleBase.Clone()
    PdfTreeGridStyleBase.BackgroundBrush
    PdfTreeGridStyleBase.TextBrush
    PdfTreeGridStyleBase.TextPen
    PdfTreeGridStyleBase.Font
    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.Export
    Assembly: Syncfusion.EJ.Export.dll
    Syntax
    public class PdfTreeGridStyle : PdfTreeGridStyleBase, ICloneable

    Constructors

    PdfTreeGridStyle()

    Initializes a new instance of the class.

    Declaration
    public PdfTreeGridStyle()

    Properties

    AllowHorizontalOverflow

    Gets or sets a value indicating whether to allow horizontal overflow.

    Declaration
    public bool AllowHorizontalOverflow { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [allow horizontal overflow]; otherwise, false.

    BorderOverlapStyle

    Gets or sets the border overlap style.

    Declaration
    public PdfBorderOverlapStyle BorderOverlapStyle { get; set; }
    Property Value
    Type Description
    PdfBorderOverlapStyle

    The border overlap style.

    CellPadding

    Gets or sets the cell padding.

    Declaration
    public PdfPaddings CellPadding { get; set; }
    Property Value
    Type Description
    PdfPaddings

    The cell padding.

    CellSpacing

    Gets or sets the cell spacing.

    Declaration
    public float CellSpacing { get; set; }
    Property Value
    Type Description
    System.Single

    The cell spacing.

    HorizontalOverflowType

    Gets or sets the type of the horizontal overflow.

    Declaration
    public PdfHorizontalOverflowType HorizontalOverflowType { get; set; }
    Property Value
    Type Description
    PdfHorizontalOverflowType

    The type of the horizontal overflow.

    Implements

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