New to Telerik UI for WPFStart a free 30-day trial

This class represents a holder for the Paragraph properties which shall be used in the RadParagraphPropertiesDialog.

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class ParagraphPropertiesDialogInfo

Inheritance: objectParagraphPropertiesDialogInfo

Constructors

Initializes a new instance of the ParagraphPropertiesDialogInfo class.

C#
public ParagraphPropertiesDialogInfo()

Initializes a new instance of the ParagraphPropertiesDialogInfo class.

C#
public ParagraphPropertiesDialogInfo(RadTextAlignment? textAlignment, double? spacingBefore, double? spacingAfter, bool? automaticSpacingBefore, bool? automaticSpacingAfter, LineSpacingType? lineSpacingType, double? lineSpacing, Color? background, FlowDirection? flowDirection, double? rightIndent, double? firstLineIndent, double? leftIndent)
Parameters:textAlignmentRadTextAlignment?

The text alignment.

spacingBeforedouble?

The spacing before.

spacingAfterdouble?

The spacing after.

automaticSpacingBeforebool?

The automatic spacing before.

automaticSpacingAfterbool?

The automatic spacing after.

lineSpacingTypeLineSpacingType?

The type of the line spacing.

lineSpacingdouble?

The line spacing.

backgroundColor?

The background.

flowDirectionFlowDirection?

The flow direction.

rightIndentdouble?

The right indent.

firstLineIndentdouble?

The first line indent.

leftIndentdouble?

The left indent.

Properties

Gets or sets the automatic spacing after.

C#
public bool? AutomaticSpacingAfter { get; set; }
Property Value:

The automatic spacing after.

Gets or sets the automatic spacing before.

C#
public bool? AutomaticSpacingBefore { get; set; }
Property Value:

The automatic spacing before.

Gets or sets the background.

C#
public Color? Background { get; set; }
Property Value:

The background.

Gets or sets the first line indent.

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

The first line indent.

FlowDirection

FlowDirection?

Gets or sets the flow direction.

C#
public FlowDirection? FlowDirection { get; set; }
Property Value:

The flow direction.

Gets or sets the left indent.

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

The left indent.

Gets or sets the line spacing.

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

The line spacing.

Gets or sets the type of the line spacing.

C#
public LineSpacingType? LineSpacingType { get; set; }
Property Value:

The type of the line spacing.

Gets or sets the right indent.

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

The right indent.

Gets or sets the spacing after.

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

The spacing after.

Gets or sets the spacing before.

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

The spacing before.

Gets or sets the text alignment.

C#
public RadTextAlignment? TextAlignment { get; set; }
Property Value:

The text alignment.