menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class Border

    Inheritance
    System.Object
    Border
    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.JavaScript.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class Border

    Constructors

    Border()

    Declaration
    public Border()

    Properties

    Bottom

    Gets or sets the bottom border value.

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

    The bottom border value.

    Left

    Gets or sets the left border value.

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

    The left border value.

    Right

    Gets or sets the right border value.

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

    The right border value.

    Top

    Gets or sets the top border value.

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

    The top border value.

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