Class TableRowProperties
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Styles
Assembly: Telerik.Windows.Documents.dll
Syntax
public class TableRowProperties : DocumentElementPropertiesBase, IElementWithStyle
Constructors
TableRowProperties()
Declaration
public TableRowProperties()
TableRowProperties(DocumentElement)
TableRowProperties(StyleDefinition)
Properties
Height
Declaration
[XamlSerializable]
public double Height { get; set; }
Property Value
System.Double
|
RepeatOnEveryPage
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()