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