Class BorderStyle
Specifies the styling for BorderStyle.
Inheritance
System.Object
BorderStyle
Namespace: Syncfusion.UI.Xaml.Grids.Utility
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class BorderStyle : Enum
Fields
Custom
To use Custom border style, set Custom value.
Declaration
public const BorderStyle Custom
Field Value
Type |
---|
BorderStyle |
DashDot
To use Dash dot line as border style, set DashDot value.
Declaration
public const BorderStyle DashDot
Field Value
Type |
---|
BorderStyle |
DashDotDot
To use Dash dot dot line as border style, set DashDotDot value.
Declaration
public const BorderStyle DashDotDot
Field Value
Type |
---|
BorderStyle |
Dashed
To use dashed line as border style, set Dashed value.
Declaration
public const BorderStyle Dashed
Field Value
Type |
---|
BorderStyle |
Dotted
To use dotted line as border style, set Dotted value.
Declaration
public const BorderStyle Dotted
Field Value
Type |
---|
BorderStyle |
None
To disable border style ,set None value.
Declaration
public const BorderStyle None
Field Value
Type |
---|
BorderStyle |
Standard
To use standard line as border style, set Standard value.
Declaration
public const BorderStyle Standard
Field Value
Type |
---|
BorderStyle |