Class DocumentDefaultStyle
Defines a set of default styling properties which are applied to the characters or paragraphs in a RadFlowDocument element.
Inheritance
System.Object
DocumentDefaultStyle
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public sealed class DocumentDefaultStyle
Properties
CharacterProperties
Gets the default character styling properties of RadFlowDocument element.
Declaration
public CharacterProperties CharacterProperties { get; }
Property Value
CharacterProperties
The character properties. |
ParagraphProperties
Gets the styling properties of RadFlowDocument element.
Declaration
public ParagraphProperties ParagraphProperties { get; }
Property Value
ParagraphProperties
The paragraph properties. |