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
Auto border type.
Declaration
public const BorderType Auto
Field Value
Type |
---|
BorderType |
Brace
Brace border type.
Declaration
public const BorderType Brace
Field Value
Type |
---|
BorderType |
CurlyBrace
Curly brace border type.
Declaration
public const BorderType CurlyBrace
Field Value
Type |
---|
BorderType |
Rectangle
Rectangle border type.
Declaration
public const BorderType Rectangle
Field Value
Type |
---|
BorderType |
WithoutBorder
No border type.
Declaration
public const BorderType WithoutBorder
Field Value
Type |
---|
BorderType |
WithoutTopandBottomBorder
No top and bottom border type.
Declaration
public const BorderType WithoutTopandBottomBorder
Field Value
Type |
---|
BorderType |
WithoutTopBorder
No top border type.
Declaration
public const BorderType WithoutTopBorder
Field Value
Type |
---|
BorderType |