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:
public class ParagraphPropertiesDialogInfo
Inheritance: objectParagraphPropertiesDialogInfo
Constructors
Initializes a new instance of the ParagraphPropertiesDialogInfo class.
public ParagraphPropertiesDialogInfo()
Initializes a new instance of the ParagraphPropertiesDialogInfo class.
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)
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.
public bool? AutomaticSpacingAfter { get; set; }
The automatic spacing after.
Gets or sets the automatic spacing before.
public bool? AutomaticSpacingBefore { get; set; }
The automatic spacing before.
Background
Color?
Gets or sets the background.
public Color? Background { get; set; }
The background.
Gets or sets the first line indent.
public double? FirstLineIndent { get; set; }
The first line indent.
FlowDirection
FlowDirection?
Gets or sets the flow direction.
public FlowDirection? FlowDirection { get; set; }
The flow direction.
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 type of the line spacing.
public LineSpacingType? LineSpacingType { get; set; }
The type of the line spacing.
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.
Gets or sets the text alignment.
public RadTextAlignment? TextAlignment { get; set; }
The text alignment.