Class ParagraphProperties
Paragraph layout settings applied to list items, including indentation used during measurement and rendering.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing.Lists
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class ParagraphProperties : PropertiesBase<ParagraphProperties>
Constructors
ParagraphProperties()
Initialize paragraph layout settings for a list level so you can configure indentation applied to generated list items.
Declaration
public ParagraphProperties()
Properties
FirstLineIndent
Gets or sets the indent applied to the first line of each item.
Declaration
public double FirstLineIndent { get; set; }
Property Value
|
System.Double
The first line indent. |
LeftIndent
Gets or sets the left indent applied to all lines of each item.
Declaration
public double LeftIndent { get; set; }
Property Value
|
System.Double
The left indent. |
Methods
CopyFrom(ParagraphProperties)
Copy values from another instance.
Declaration
public override void CopyFrom(ParagraphProperties other)
Parameters
|
ParagraphProperties
other
The other paragraph properties instance to copy from. |