Class TableProperties
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Styles
Assembly: Telerik.Windows.Documents.dll
Syntax
public class TableProperties : DocumentElementPropertiesBase, IElementWithStyle
Constructors
TableProperties()
Declaration
public TableProperties()
TableProperties(DocumentElement)
TableProperties(StyleDefinition)
Properties
Background
Declaration
[XamlSerializable]
public Color Background { get; set; }
Property Value
System.Windows.Media.Color
|
Borders
Declaration
[XamlSerializable]
public TableBorders Borders { get; set; }
Property Value
TableBorders
|
CellPadding
CellSpacing
Declaration
[XamlSerializable]
public double CellSpacing { get; set; }
Property Value
System.Double
|
ColumnBandSize
Declaration
[XamlSerializable]
public int ColumnBandSize { get; set; }
Property Value
System.Int32
|
FlowDirection
Declaration
[XamlSerializable]
public FlowDirection FlowDirection { get; set; }
Property Value
System.Windows.FlowDirection
|
HorizontalAlignment
Declaration
[XamlSerializable]
public RadHorizontalAlignment HorizontalAlignment { get; set; }
Property Value
RadHorizontalAlignment
|
LayoutMode
Declaration
[XamlSerializable]
public TableLayoutMode LayoutMode { get; set; }
Property Value
TableLayoutMode
|
PreferredWidth
Declaration
[XamlSerializable]
public TableWidthUnit PreferredWidth { get; set; }
Property Value
TableWidthUnit
|
RowBandSize
Declaration
[XamlSerializable]
public int RowBandSize { get; set; }
Property Value
System.Int32
|
TableIndent
Declaration
[XamlSerializable]
public double TableIndent { get; set; }
Property Value
System.Double
|
TableLook
Declaration
[XamlCompositePropertySerializable]
public TableLook TableLook { get; set; }
Property Value
TableLook
|
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
|
Methods
CreateInstance()
Declaration
protected override DocumentElementPropertiesBase CreateInstance()
Returns
DocumentElementPropertiesBase
|
Overrides
InitProperties()
Declaration
protected override void InitProperties()
Overrides
OnStylePropertyChangedOverride(StylePropertyChangeEventArgs)
Declaration
protected override void OnStylePropertyChangedOverride(StylePropertyChangeEventArgs args)
Parameters
StylePropertyChangeEventArgs
args
|
Overrides
ValidateStyleType(StyleDefinition)
Declaration
protected override void ValidateStyleType(StyleDefinition value)
Parameters
StyleDefinition
value
|