New to Telerik Document ProcessingStart a free 30-day trial

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 PropertiesBase<ParagraphProperties>.Save()PropertiesBase<ParagraphProperties>.Restore()

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)
Parameters:otherParagraphProperties

The other paragraph properties instance to copy from.

Overrides: PropertiesBase<ParagraphProperties>.CopyFrom(ParagraphProperties)

Properties

Gets or sets the indent applied to the first line of each item.

C#
public double FirstLineIndent { get; set; }
Property Value:

The first line indent.

Gets or sets the left indent applied to all lines of each item.

C#
public double LeftIndent { get; set; }
Property Value:

The left indent.