Class Borders
Represents the Borders class
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 |