TableCellProperties
Represents the properties of a table cell, providing customization options for styling, borders, and other cell characteristics in a document model.
Definition
Namespace:Telerik.Windows.Documents.Model.Styles
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class TableCellProperties : DocumentElementPropertiesBase, IElementWithStyle
Inheritance: objectDocumentElementPropertiesBaseTableCellProperties
Implements:
Inherited Members
Constructors
Properties
Background
Color
Gets or sets the background properties of the table cell.
[XamlSerializable]
public Color Background { get; set; }
An object representing the background settings for the table cell, which can include color, image, and other background rendering options.
Gets or sets the borders of the table cell properties.
[XamlSerializable]
public TableCellBorders Borders { get; set; }
A collection of border settings that define the appearance of the cell borders.
Gets or sets the padding inside the table cell, which defines the space between the cell content and the cell border.
[XamlSerializable]
public Padding Padding { get; set; }
Gets or sets the theme background properties of the table cell.
[XamlSerializable(ThemeColorsEnum.none)]
public ThemeColorsEnum ThemeBackground { get; set; }
The theme background properties applied to the table cell.
Gets or sets the theme fill shade of the table cell properties.
[XamlSerializable]
public string ThemeFillShade { get; set; }
A value representing the theme fill shade, which determines the color and shading of the cell.
Gets or sets the tint applied to the theme fill of the table cell properties.
[XamlSerializable]
public string ThemeFillTint { get; set; }
A double value representing the tint percentage applied to the theme fill, where 0.0 indicates no tint and 1.0 indicates full tint. The value should be within the range of 0.0 to 1.0.
Gets or sets the vertical alignment of the content within the table cell.
[XamlSerializable]
public RadVerticalAlignment VerticalAlignment { get; set; }
A value indicating the vertical alignment of the cell's content. Possible values include top, middle, bottom, or baseline.
Methods
protected override DocumentElementPropertiesBase CreateInstance()
Overrides:
protected override void InitProperties()
Overrides: