Class BorderType
Specifies the visual style of the border.
Inheritance
System.Object
BorderType
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class BorderType : Enum
Fields
Brace
Represents the border type as Brace.
Declaration
public const BorderType Brace
Field Value
| Type |
|---|
| BorderType |
None
Represents the border type as None.
Declaration
public const BorderType None
Field Value
| Type |
|---|
| BorderType |
Rectangle
Represents the border type as Rectangle.
Declaration
public const BorderType Rectangle
Field Value
| Type |
|---|
| BorderType |
WithoutTopAndBottomBorder
Represents the border type as WithoutTopAndBottomBorder.
Declaration
public const BorderType WithoutTopAndBottomBorder
Field Value
| Type |
|---|
| BorderType |