Class BorderElement
Have border elements Syncfusion.UI.Xaml.CellGrid.BorderElement.Pen and information (StartIndex, EndIndex, Length)
Inheritance
System.Object
BorderElement
Namespace: Syncfusion.UI.Xaml.CellGrid
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public class BorderElement : Object
Constructors
BorderElement(Pen, Int32, Int32)
Declaration
public BorderElement(Pen pen, int start, int end)
Parameters
Type | Name | Description |
---|---|---|
Pen | pen | |
System.Int32 | start | |
System.Int32 | end |