ParagraphProperties
Defines a set of properties which will be applied when a paragraph is created.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Editing.Flow
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class ParagraphProperties
Inheritance: objectParagraphProperties
Constructors
Initializes a new instance of the ParagraphProperties class.
public ParagraphProperties()
Properties
Gets or sets the color of the background.
public ColorBase BackgroundColor { get; set; }
The color of the background.
Gets or sets the first line indent.
public double FirstLineIndent { get; set; }
The first line indent.
Gets or sets the horizontal alignment.
public HorizontalAlignment HorizontalAlignment { get; set; }
The horizontal alignment.
Gets or sets the left indent.
public double LeftIndent { get; set; }
The left indent.
Gets or sets the line spacing.
public double LineSpacing { get; set; }
The line spacing.
Gets or sets the value indicating how the spacing between lines is calculated.
public HeightType LineSpacingType { get; set; }
The type line spacing rule.
Gets or sets the list level.
public int ListLevel { get; set; }
The list level.
Gets or sets the right indent.
public double RightIndent { get; set; }
The right indent.
Gets or sets the spacing after.
public double SpacingAfter { get; set; }
The spacing after.
Gets or sets the spacing before.
public double SpacingBefore { get; set; }
The spacing before.
Methods
Copies the properties from.
public void CopyPropertiesFrom(ParagraphProperties fromProperties)
From properties.