ClassParagraphProperties
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:
public class ParagraphProperties : PropertiesBase<ParagraphProperties>
Inheritance: objectPropertiesBase<ParagraphProperties>ParagraphProperties
Inherited Members
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
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
The left indent.
Methods
CopyFrom(ParagraphProperties)
Copy values from another instance.
Declaration
public override void CopyFrom(ParagraphProperties other)
Parameters
other
The other paragraph properties instance to copy from.
Overrides