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