Xamarin.Forms

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

    Show / Hide Table of Contents

    Class PdfEdges

    The class used represents the edges of the grid cells

    Inheritance
    System.Object
    PdfEdges
    Namespace: Syncfusion.Pdf
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public class PdfEdges : Object

    Constructors

    PdfEdges()

    Initializes a new instance of the PdfEdges class.

    Declaration
    public PdfEdges()

    PdfEdges(Int32, Int32, Int32, Int32)

    Initializes a new instance of the PdfEdges class with left,right,top and bottom values.

    Declaration
    public PdfEdges(int left, int right, int top, int bottom)
    Parameters
    Type Name Description
    System.Int32 left

    The left.

    System.Int32 right

    The right.

    System.Int32 top

    The top.

    System.Int32 bottom

    The bottom.

    Properties

    All

    Sets value to all sides left,right,top and bottom

    Declaration
    public int All { set; }
    Property Value
    Type Description
    System.Int32

    The integer value to all sides

    Bottom

    Gets or sets the bottom value of the edge.

    Declaration
    public int Bottom { get; set; }
    Property Value
    Type Description
    System.Int32

    The bottom value of the edge.

    Left

    Gets or sets the left value of the edge

    Declaration
    public int Left { get; set; }
    Property Value
    Type Description
    System.Int32

    The left value of the edge.

    Right

    Gets or sets the right value of the edge.

    Declaration
    public int Right { get; set; }
    Property Value
    Type Description
    System.Int32

    The right value of the edge.

    Top

    Gets or sets the top value of the edge

    Declaration
    public int Top { get; set; }
    Property Value
    Type Description
    System.Int32

    The top value of the edge.

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