Class TableRowProperties
Represents the properties associated with a table row in a document, such as height and whether the row should be repeated on every page.
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Styles
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class TableRowProperties : DocumentElementPropertiesBase, IElementWithStyle
Constructors
TableRowProperties()
Declaration
public TableRowProperties()
TableRowProperties(DocumentElement)
TableRowProperties(StyleDefinition)
Properties
Height
Gets or sets the height of the table row.
Declaration
[XamlSerializable]
public double Height { get; set; }
Property Value
System.Double
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
System.Boolean
|
Methods
CreateInstance()
Declaration
protected override DocumentElementPropertiesBase CreateInstance()
Returns
DocumentElementPropertiesBase
|
Overrides
InitProperties()
Declaration
protected override void InitProperties()