Class
ParagraphPropertiesDialogInfo

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:

cs-api-definition
public class ParagraphPropertiesDialogInfo

Inheritance: objectParagraphPropertiesDialogInfo

Constructors

ParagraphPropertiesDialogInfo()

Initializes a new instance of the ParagraphPropertiesDialogInfo class.

Declaration

cs-api-definition
public ParagraphPropertiesDialogInfo()

ParagraphPropertiesDialogInfo(RadTextAlignment?, double?, double?, bool?, bool?, LineSpacingType?, double?, Color?, FlowDirection?, double?, double?, double?)

Initializes a new instance of the ParagraphPropertiesDialogInfo class.

Declaration

cs-api-definition
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

textAlignment

RadTextAlignment?

The text alignment.

spacingBefore

double?

The spacing before.

spacingAfter

double?

The spacing after.

automaticSpacingBefore

bool?

The automatic spacing before.

automaticSpacingAfter

bool?

The automatic spacing after.

lineSpacingType

LineSpacingType?

The type of the line spacing.

lineSpacing

double?

The line spacing.

background

Color?

The background.

flowDirection

FlowDirection?

The flow direction.

rightIndent

double?

The right indent.

firstLineIndent

double?

The first line indent.

leftIndent

double?

The left indent.

Properties

AutomaticSpacingAfter

Gets or sets the automatic spacing after.

Declaration

cs-api-definition
public bool? AutomaticSpacingAfter { get; set; }

Property Value

bool?

The automatic spacing after.

AutomaticSpacingBefore

Gets or sets the automatic spacing before.

Declaration

cs-api-definition
public bool? AutomaticSpacingBefore { get; set; }

Property Value

bool?

The automatic spacing before.

Background

Gets or sets the background.

Declaration

cs-api-definition
public Color? Background { get; set; }

Property Value

Color?

The background.

FirstLineIndent

Gets or sets the first line indent.

Declaration

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

Property Value

double?

The first line indent.

FlowDirection

Gets or sets the flow direction.

Declaration

cs-api-definition
public FlowDirection? FlowDirection { get; set; }

Property Value

FlowDirection?

The flow direction.

LeftIndent

Gets or sets the left indent.

Declaration

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

Property Value

double?

The left indent.

LineSpacing

Gets or sets the line spacing.

Declaration

cs-api-definition
public double? LineSpacing { get; set; }

Property Value

double?

The line spacing.

LineSpacingType

Gets or sets the type of the line spacing.

Declaration

cs-api-definition
public LineSpacingType? LineSpacingType { get; set; }

Property Value

LineSpacingType?

The type of the line spacing.

RightIndent

Gets or sets the right indent.

Declaration

cs-api-definition
public double? RightIndent { get; set; }

Property Value

double?

The right indent.

SpacingAfter

Gets or sets the spacing after.

Declaration

cs-api-definition
public double? SpacingAfter { get; set; }

Property Value

double?

The spacing after.

SpacingBefore

Gets or sets the spacing before.

Declaration

cs-api-definition
public double? SpacingBefore { get; set; }

Property Value

double?

The spacing before.

TextAlignment

Gets or sets the text alignment.

Declaration

cs-api-definition
public RadTextAlignment? TextAlignment { get; set; }

Property Value

RadTextAlignment?

The text alignment.