ClassParagraphPropertiesDialogInfo
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
ParagraphPropertiesDialogInfo()
Initializes a new instance of the ParagraphPropertiesDialogInfo class.
Declaration
public ParagraphPropertiesDialogInfo()
ParagraphPropertiesDialogInfo(RadTextAlignment?, double?, double?, bool?, bool?, LineSpacingType?, double?, Color?, FlowDirection?, double?, double?, double?)
Initializes a new instance of the ParagraphPropertiesDialogInfo class.
Declaration
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
The text alignment.
spacingBefore
The spacing before.
spacingAfter
The spacing after.
automaticSpacingBefore
bool?
The automatic spacing before.
automaticSpacingAfter
bool?
The automatic spacing after.
lineSpacingType
The type of the line spacing.
lineSpacing
The line spacing.
background
Color?
The background.
flowDirection
FlowDirection?
The flow direction.
rightIndent
The right indent.
firstLineIndent
The first line indent.
leftIndent
The left indent.
Properties
AutomaticSpacingAfter
Gets or sets the automatic spacing after.
Declaration
public bool? AutomaticSpacingAfter { get; set; }
Property Value
bool?
The automatic spacing after.
AutomaticSpacingBefore
Gets or sets the automatic spacing before.
Declaration
public bool? AutomaticSpacingBefore { get; set; }
Property Value
bool?
The automatic spacing before.
Background
Gets or sets the background.
Declaration
public Color? Background { get; set; }
Property Value
Color?
The background.
FirstLineIndent
Gets or sets the first line indent.
Declaration
public double? FirstLineIndent { get; set; }
Property Value
The first line indent.
FlowDirection
Gets or sets the flow direction.
Declaration
public FlowDirection? FlowDirection { get; set; }
Property Value
FlowDirection?
The flow direction.
LeftIndent
Gets or sets the left indent.
Declaration
public double? LeftIndent { get; set; }
Property Value
The left indent.
LineSpacing
Gets or sets the line spacing.
Declaration
public double? LineSpacing { get; set; }
Property Value
The line spacing.
LineSpacingType
Gets or sets the type of the line spacing.
Declaration
public LineSpacingType? LineSpacingType { get; set; }
Property Value
The type of the line spacing.
RightIndent
Gets or sets the right indent.
Declaration
public double? RightIndent { get; set; }
Property Value
The right indent.
SpacingAfter
Gets or sets the spacing after.
Declaration
public double? SpacingAfter { get; set; }
Property Value
The spacing after.
SpacingBefore
Gets or sets the spacing before.
Declaration
public double? SpacingBefore { get; set; }
Property Value
The spacing before.
TextAlignment
Gets or sets the text alignment.
Declaration
public RadTextAlignment? TextAlignment { get; set; }
Property Value
The text alignment.