Class DocumentProperties
Holds settings that can be applied to RadFlowDocument.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public sealed class DocumentProperties : DocumentElementPropertiesBase, IElementWithStyle
Properties
DefaultTabStopWidth
Gets the style property used to determine the default width value which shall be used when a tab stop should be generated.
The value is in device independent pixels (1/96 inch).
Declaration
public IStyleProperty<double? > DefaultTabStopWidth { get; }
Property Value
IStyleProperty<System.Nullable<System.Double>>
The default width of the tab stop. |
HasDifferentEvenOddPageHeadersFooters
ViewType
Gets the style property used to get or set a value indicating the view type of the document.
Declaration
public IStyleProperty<DocumentViewType? > ViewType { get; }
Property Value
IStyleProperty<System.Nullable<DocumentViewType>>
|
Methods
EnumerateStyleProperties()
Enumerates the style properties.
Declaration
protected override IEnumerable<IStyleProperty> EnumerateStyleProperties()
Returns
System.Collections.Generic.IEnumerable<IStyleProperty>
The style properties. |
Overrides
GetStylePropertyOverride(IStylePropertyDefinition)
Gets specific style property or null.
Declaration
protected override IStyleProperty GetStylePropertyOverride(IStylePropertyDefinition propertyDefinition)
Parameters
IStylePropertyDefinition
propertyDefinition
The property definition. |
Returns
IStyleProperty
|