Class DocumentProperties
Holds settings that can be applied to Rad
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
IStyle 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
IStyle
|
Methods
EnumerateStyleProperties()
Enumerates the style properties.
Declaration
protected override IEnumerable<IStyleProperty> EnumerateStyleProperties()
Returns
System. The style properties. |
Overrides
GetStylePropertyOverride(IStylePropertyDefinition)
Gets specific style property or null.
Declaration
protected override IStyleProperty GetStylePropertyOverride(IStylePropertyDefinition propertyDefinition)
Parameters
IStyle The property definition. |