ClassCellBordersUILayer
Class
Represents the cell borders UI layer.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets.Layers
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class CellBordersUILayer : CellBordersUILayerBase, INamedObject
Inheritance: objectUILayerPooledUILayerWorksheetUILayerBaseCellBordersUILayerBaseCellBordersUILayer
Implements:
Inherited Members
Constructors
CellBordersUILayer()
Initializes a new instance of the CellBordersUILayer class.
Declaration
cs-api-definition
public CellBordersUILayer()
Properties
Name
Gets the name of the layer.
Declaration
cs-api-definition
public override string Name { get; }
Property Value
The name of the layer.
Overrides
SupportDiagonalBorders
Gets the value indicating if the layer supports diagonal borders.
Declaration
cs-api-definition
protected override bool SupportDiagonalBorders { get; }
Property Value
The value indicating if the layer supports diagonal borders.
Overrides
Methods
ShouldShowBorder(CellBorder)
Computes if the given border have to be shown.
Declaration
cs-api-definition
protected override bool ShouldShowBorder(CellBorder border)
Parameters
border
CellBorder
The border.
Returns
True if the border have to be shown.
Overrides