ClassCellProperties
Class
Default visual properties applied to table cells, including borders, padding, and background.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Editing.Tables
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public class CellProperties
Inheritance: objectCellProperties
Constructors
CellProperties()
Initialize default cell properties with empty borders, no padding, and transparent background.
Declaration
cs-api-definition
public CellProperties()
Properties
Background
Gets or sets the background color painted behind cell content.
Declaration
cs-api-definition
public ColorBase Background { get; set; }
Property Value
The background.
Borders
Gets the cell border definitions applied when a cell does not specify its own.
Declaration
cs-api-definition
public TableCellBorders Borders { get; set; }
Property Value
The borders.
Padding
Gets or sets the internal padding applied between cell borders and content.
Declaration
cs-api-definition
public Thickness Padding { get; set; }
Property Value
Thickness
The padding.