ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Borders - ASP.NETCore API Reference | Syncfusion Borders class ">

    Show / Hide Table of Contents

    Class Borders

    Represents the Borders class

    Inheritance
    System.Object
    BaseNode
    Borders
    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.DocumentEditor
    Assembly: Syncfusion.EJ.DocumentEditor.dll
    Syntax
    public class Borders : BaseNode

    Constructors

    Borders()

    Initializes a new instance of the Borders class.

    Declaration
    public Borders()

    Properties

    Bottom

    Gets or sets the bottom Bottom.

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

    DiagonalDown

    Gets or sets the diagonal down Border.

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

    DiagonalUp

    Gets or sets the diagonal up Border.

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

    Horizontal

    Gets or sets the horizontal Border.

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

    Left

    Gets or sets the left Border.

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

    Right

    Gets or sets the right Border.

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

    Top

    Gets or sets the top Border.

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

    Vertical

    Gets or sets the vertical Border.

    Declaration
    public Border Vertical { get; set; }
    Property Value
    Type Description
    Border
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved