Class
TableCellProperties

Definition

Namespace:Telerik.WinForms.Documents.Model.Styles

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class TableCellProperties : DocumentElementPropertiesBase, IElementWithStyle

Inheritance: objectDocumentElementPropertiesBaseTableCellProperties

Implements: IElementWithStyle

Inherited Members DocumentElementPropertiesBase.GetStyleProperty(IStylePropertyDefinition)DocumentElementPropertiesBase.GetStyleProperty(string)DocumentElementPropertiesBase.CopyPropertiesFrom(DocumentElementPropertiesBase)DocumentElementPropertiesBase.MergePropertiesWith(DocumentElementPropertiesBase)DocumentElementPropertiesBase.ToString()DocumentElementPropertiesBase.ClearProperties()DocumentElementPropertiesBase.OnStylePropertyChangedOverride(StylePropertyChangeEventArgs)DocumentElementPropertiesBase.OnStyleChanged()DocumentElementPropertiesBase.OnStyleChanging()DocumentElementPropertiesBase.ValidateStyleType(StyleDefinition)DocumentElementPropertiesBase.StylePropertiesDocumentElementPropertiesBase.StyleNameDocumentElementPropertiesBase.OriginalStyleNameDocumentElementPropertiesBase.StyleDocumentElementPropertiesBase.HasRevisionsDocumentElementPropertiesBase.RevisionInfoDocumentElementPropertiesBase.OriginalProperties

Constructors

TableCellProperties(DocumentElement)

Declaration

cs-api-definition
public TableCellProperties(DocumentElement owner)

Parameters

owner

DocumentElement

TableCellProperties(StyleDefinition)

Declaration

cs-api-definition
public TableCellProperties(StyleDefinition owner)

Parameters

owner

StyleDefinition

Properties

Background

Declaration

cs-api-definition
[XamlSerializable]
public Color Background { get; set; }

Property Value

Color

Borders

Declaration

cs-api-definition
[XamlSerializable]
public TableCellBorders Borders { get; set; }

Property Value

TableCellBorders

Padding

Declaration

cs-api-definition
[XamlSerializable]
public Padding Padding { get; set; }

Property Value

Padding

ThemeBackground

Declaration

cs-api-definition
[XamlSerializable(ThemeColorsEnum.none)]
public ThemeColorsEnum ThemeBackground { get; set; }

Property Value

ThemeColorsEnum

ThemeFillShade

Declaration

cs-api-definition
[XamlSerializable]
public string ThemeFillShade { get; set; }

Property Value

string

ThemeFillTint

Declaration

cs-api-definition
[XamlSerializable]
public string ThemeFillTint { get; set; }

Property Value

string

VerticalAlignment

Declaration

cs-api-definition
[XamlSerializable]
public RadVerticalAlignment VerticalAlignment { get; set; }

Property Value

RadVerticalAlignment

Methods

CreateInstance()

Declaration

cs-api-definition
protected override DocumentElementPropertiesBase CreateInstance()

Returns

DocumentElementPropertiesBase

Overrides DocumentElementPropertiesBase.CreateInstance()

InitProperties()

Declaration

cs-api-definition
protected override void InitProperties()

Overrides DocumentElementPropertiesBase.InitProperties()