Class
TableProperties

Definition

Namespace:Telerik.WinForms.Documents.Model.Styles

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

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

Inheritance: objectDocumentElementPropertiesBaseTableProperties

Implements: IElementWithStyle

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

Constructors

TableProperties(DocumentElement)

Declaration

cs-api-definition
public TableProperties(DocumentElement owner)

Parameters

owner

DocumentElement

TableProperties(StyleDefinition)

Declaration

cs-api-definition
public TableProperties(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 TableBorders Borders { get; set; }

Property Value

TableBorders

CellPadding

Declaration

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

Property Value

Padding

CellSpacing

Declaration

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

Property Value

double

ColumnBandSize

Declaration

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

Property Value

int

FlowDirection

Declaration

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

Property Value

FlowDirection

HorizontalAlignment

Declaration

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

Property Value

RadHorizontalAlignment

LayoutMode

Declaration

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

Property Value

TableLayoutMode

PreferredWidth

Declaration

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

Property Value

TableWidthUnit

RowBandSize

Declaration

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

Property Value

int

TableIndent

Declaration

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

Property Value

double

TableLook

Declaration

cs-api-definition
[XamlCompositePropertySerializable]
public TableLook TableLook { get; set; }

Property Value

TableLook

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

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()

OnStylePropertyChangedOverride(StylePropertyChangeEventArgs)

Declaration

cs-api-definition
protected override void OnStylePropertyChangedOverride(StylePropertyChangeEventArgs args)

Parameters

args

StylePropertyChangeEventArgs

Overrides DocumentElementPropertiesBase.OnStylePropertyChangedOverride(StylePropertyChangeEventArgs)

ValidateStyleType(StyleDefinition)

Declaration

cs-api-definition
protected override void ValidateStyleType(StyleDefinition value)

Parameters

value

StyleDefinition

Overrides DocumentElementPropertiesBase.ValidateStyleType(StyleDefinition)