Class PdfTreeGridStyle
Implements
System.ICloneable
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.Export
Assembly: Syncfusion.EJ.Export.dll
Syntax
public class PdfTreeGridStyle : PdfTreeGridStyleBase, ICloneable
Constructors
PdfTreeGridStyle()
Initializes a new instance of the
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 |
|
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