New to Telerik UI for WPFStart a free 30-day trial

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

Constructors

C#
public TableRowProperties(DocumentElement owner)
Parameters:ownerDocumentElement
C#
public TableRowProperties(StyleDefinition owner)
Parameters:ownerStyleDefinition

Properties

Gets or sets the height of the table row.

C#
[XamlSerializable]
public double Height { get; set; }
Property Value:

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; }
Property Value:

true if the table row is repeated on every page; otherwise, false.

Methods

C#
protected override DocumentElementPropertiesBase CreateInstance()
Returns:

DocumentElementPropertiesBase

Overrides: DocumentElementPropertiesBase.CreateInstance()

C#
protected override void InitProperties()

Overrides: DocumentElementPropertiesBase.InitProperties()