Class CellBordersUILayer
Represents the cell borders UI layer.
Inheritance
System.Object
CellBordersUILayer
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets.Layers
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class CellBordersUILayer : CellBordersUILayerBase, INamedObject
Constructors
CellBordersUILayer()
Properties
Name
Gets the name of the layer.
Declaration
public override string Name { get; }
Property Value
System.String
The name of the layer. |
Overrides
SupportDiagonalBorders
Gets the value indicating if the layer supports diagonal borders.
Declaration
protected override bool SupportDiagonalBorders { get; }
Property Value
System.Boolean
The value indicating if the layer supports diagonal borders. |
Overrides
Methods
ShouldShowBorder(CellBorder)
Computes if the given border have to be shown.
Declaration
protected override bool ShouldShowBorder(CellBorder border)
Parameters
Telerik.Windows.Documents.Spreadsheet.Model.CellBorder
border
The border. |
Returns
System.Boolean
|