Class BorderType
Defines the border type for multi level labels. They are:
Rectangle - A rectangular border around the labels.
Brace - A brace-style border around the labels.
WithoutBorder - No border around the labels.
WithoutTopBorder - No top border around the labels.
WithoutTopandBottomBorder - No top and bottom borders around the labels.
CurlyBrace - A curly brace-style border around the labels.
Inheritance
System.Object
BorderType
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class BorderType : Enum
Fields
Brace
Declaration
public const BorderType Brace
Field Value
CurlyBrace
Declaration
public const BorderType CurlyBrace
Field Value
Rectangle
Declaration
public const BorderType Rectangle
Field Value
WithoutBorder
Declaration
public const BorderType WithoutBorder
Field Value
WithoutTopandBottomBorder
Declaration
public const BorderType WithoutTopandBottomBorder
Field Value
WithoutTopBorder
Declaration
public const BorderType WithoutTopBorder
Field Value