Class
ParagraphProperties

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:

cs-api-definition
public class ParagraphProperties : PropertiesBase<ParagraphProperties>

Inheritance: objectPropertiesBase<ParagraphProperties>ParagraphProperties

Inherited Members PropertiesBase<ParagraphProperties>.Save()PropertiesBase<ParagraphProperties>.Restore()

Constructors

ParagraphProperties()

Initialize paragraph layout settings for a list level so you can configure indentation applied to generated list items.

Declaration

cs-api-definition
public ParagraphProperties()

Properties

FirstLineIndent

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

Declaration

cs-api-definition
public double FirstLineIndent { get; set; }

Property Value

double

The first line indent.

LeftIndent

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

Declaration

cs-api-definition
public double LeftIndent { get; set; }

Property Value

double

The left indent.

Methods

CopyFrom(ParagraphProperties)

Copy values from another instance.

Declaration

cs-api-definition
public override void CopyFrom(ParagraphProperties other)

Parameters

other

ParagraphProperties

The other paragraph properties instance to copy from.

Overrides PropertiesBase<ParagraphProperties>.CopyFrom(ParagraphProperties)