ClassTableRowProperties
Represents the properties associated with a table row in a document, such as height and whether the row should be repeated on every page.
Definition
Namespace:Telerik.Windows.Documents.Model.Styles
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class TableRowProperties : DocumentElementPropertiesBase, IElementWithStyle
Inheritance: objectDocumentElementPropertiesBaseTableRowProperties
Implements:
Inherited Members
Constructors
TableRowProperties(DocumentElement)
Declaration
public TableRowProperties(DocumentElement owner)
Parameters
owner
TableRowProperties(StyleDefinition)
Declaration
public TableRowProperties(StyleDefinition owner)
Parameters
owner
Properties
Height
Gets or sets the height of the table row.
Declaration
[XamlSerializable]
public double Height { get; set; }
Property Value
A double value representing the height of the table row. It is measured in unit points.
RepeatOnEveryPage
Gets or sets a value indicating whether the table row should be repeated on every page.
Declaration
[XamlSerializable]
public bool RepeatOnEveryPage { get; set; }
Property Value
true if the table row is repeated on every page; otherwise, false.
Methods
CreateInstance()
Declaration
protected override DocumentElementPropertiesBase CreateInstance()
Returns
Overrides
InitProperties()
Declaration
protected override void InitProperties()
Overrides