TableRowProperties
Class
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:
C#
public class TableRowProperties : DocumentElementPropertiesBase, IElementWithStyle
Inheritance: objectDocumentElementPropertiesBaseTableRowProperties
Implements:
Inherited Members
Constructors
Properties
Gets or sets the height of the table row.
C#
[XamlSerializable]
public double Height { get; set; }
A double value representing the height of the table row. It is measured in unit points.
Gets or sets a value indicating whether the table row should be repeated on every page.
C#
[XamlSerializable]
public bool RepeatOnEveryPage { get; set; }
true if the table row is repeated on every page; otherwise, false.
Methods
C#
protected override DocumentElementPropertiesBase CreateInstance()
Overrides:
C#
protected override void InitProperties()
Overrides: