Class TableCellProperties
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Styles
Assembly: Telerik.Windows.Documents.dll
Syntax
public class TableCellProperties : DocumentElementPropertiesBase, IElementWithStyle
Constructors
TableCellProperties()
Declaration
public TableCellProperties()
TableCellProperties(DocumentElement)
TableCellProperties(StyleDefinition)
Properties
Background
Declaration
[XamlSerializable]
public Color Background { get; set; }
Property Value
System.Windows.Media.Color
|
Borders
Declaration
[XamlSerializable]
public TableCellBorders Borders { get; set; }
Property Value
TableCellBorders
|
Padding
ThemeBackground
Declaration
[XamlSerializable]
public ThemeColorsEnum ThemeBackground { get; set; }
Property Value
ThemeColorsEnum
|
ThemeFillShade
Declaration
[XamlSerializable]
public string ThemeFillShade { get; set; }
Property Value
System.String
|
ThemeFillTint
Declaration
[XamlSerializable]
public string ThemeFillTint { get; set; }
Property Value
System.String
|
VerticalAlignment
Declaration
[XamlSerializable]
public RadVerticalAlignment VerticalAlignment { get; set; }
Property Value
RadVerticalAlignment
|
Methods
CreateInstance()
Declaration
protected override DocumentElementPropertiesBase CreateInstance()
Returns
DocumentElementPropertiesBase
|
Overrides
InitProperties()
Declaration
protected override void InitProperties()