Class BorderType
Specifies border type for multi level labels.
Inheritance
System.Object
BorderType
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class BorderType : Enum
Fields
Auto
Define Default border type.
Declaration
public const BorderType Auto
Field Value
Type |
---|
BorderType |
Brace
Defines brace type.
Declaration
public const BorderType Brace
Field Value
Type |
---|
BorderType |
CurlyBrace
Defines curly brace type.
Declaration
public const BorderType CurlyBrace
Field Value
Type |
---|
BorderType |
Rectangle
Defines rectangle type.
Declaration
public const BorderType Rectangle
Field Value
Type |
---|
BorderType |
WithoutBorder
Defines without border type.
Declaration
public const BorderType WithoutBorder
Field Value
Type |
---|
BorderType |
WithoutTopandBottomBorder
Defines without top and bottom border type.
Declaration
public const BorderType WithoutTopandBottomBorder
Field Value
Type |
---|
BorderType |
WithoutTopBorder
Defines without top border type.
Declaration
public const BorderType WithoutTopBorder
Field Value
Type |
---|
BorderType |