Class ParagraphPropertiesDialogInfo
This class represents a holder for the Paragraph properties which shall be used in the RadParagraphPropertiesDialog.
Inheritance
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class ParagraphPropertiesDialogInfo : Object
Constructors
ParagraphPropertiesDialogInfo()
Initializes a new instance of the ParagraphPropertiesDialogInfo class.
Declaration
public ParagraphPropertiesDialogInfo()
ParagraphPropertiesDialogInfo(Nullable<RadTextAlignment>, Nullable<Double>, Nullable<Double>, Nullable<Boolean>, Nullable<Boolean>, Nullable<LineSpacingType>, Nullable<Double>, Nullable<Color>, Nullable<FlowDirection>, Nullable<Double>, Nullable<Double>, Nullable<Double>)
Initializes a new instance of the ParagraphPropertiesDialogInfo class.
Declaration
public ParagraphPropertiesDialogInfo(Nullable<RadTextAlignment> textAlignment, Nullable<double> spacingBefore, Nullable<double> spacingAfter, Nullable<bool> automaticSpacingBefore, Nullable<bool> automaticSpacingAfter, Nullable<LineSpacingType> lineSpacingType, Nullable<double> lineSpacing, Nullable<Color> background, Nullable<FlowDirection> flowDirection, Nullable<double> rightIndent, Nullable<double> firstLineIndent, Nullable<double> leftIndent)
Parameters
System.Nullable<RadTextAlignment>
textAlignment
The text alignment. |
System.Nullable<System.Double>
spacingBefore
The spacing before. |
System.Nullable<System.Double>
spacingAfter
The spacing after. |
System.Nullable<System.Boolean>
automaticSpacingBefore
The automatic spacing before. |
System.Nullable<System.Boolean>
automaticSpacingAfter
The automatic spacing after. |
System.Nullable<LineSpacingType>
lineSpacingType
The type of the line spacing. |
System.Nullable<System.Double>
lineSpacing
The line spacing. |
System.Nullable<System.Windows.Media.Color>
background
The background. |
System.Nullable<System.Windows.FlowDirection>
flowDirection
The flow direction. |
System.Nullable<System.Double>
rightIndent
The right indent. |
System.Nullable<System.Double>
firstLineIndent
The first line indent. |
System.Nullable<System.Double>
leftIndent
The left indent. |
Properties
AutomaticSpacingAfter
Gets or sets the automatic spacing after.
Declaration
public Nullable<bool> AutomaticSpacingAfter { get; set; }
Property Value
System.Nullable<System.Boolean>
The automatic spacing after. |
AutomaticSpacingBefore
Gets or sets the automatic spacing before.
Declaration
public Nullable<bool> AutomaticSpacingBefore { get; set; }
Property Value
System.Nullable<System.Boolean>
The automatic spacing before. |
Background
Gets or sets the background.
Declaration
public Nullable<Color> Background { get; set; }
Property Value
System.Nullable<System.Windows.Media.Color>
The background. |
FirstLineIndent
Gets or sets the first line indent.
Declaration
public Nullable<double> FirstLineIndent { get; set; }
Property Value
System.Nullable<System.Double>
The first line indent. |
FlowDirection
Gets or sets the flow direction.
Declaration
public Nullable<FlowDirection> FlowDirection { get; set; }
Property Value
System.Nullable<System.Windows.FlowDirection>
The flow direction. |
LeftIndent
Gets or sets the left indent.
Declaration
public Nullable<double> LeftIndent { get; set; }
Property Value
System.Nullable<System.Double>
The left indent. |
LineSpacing
Gets or sets the line spacing.
Declaration
public Nullable<double> LineSpacing { get; set; }
Property Value
System.Nullable<System.Double>
The line spacing. |
LineSpacingType
Gets or sets the type of the line spacing.
Declaration
public Nullable<LineSpacingType> LineSpacingType { get; set; }
Property Value
System.Nullable<LineSpacingType>
The type of the line spacing. |
RightIndent
Gets or sets the right indent.
Declaration
public Nullable<double> RightIndent { get; set; }
Property Value
System.Nullable<System.Double>
The right indent. |
SpacingAfter
Gets or sets the spacing after.
Declaration
public Nullable<double> SpacingAfter { get; set; }
Property Value
System.Nullable<System.Double>
The spacing after. |
SpacingBefore
Gets or sets the spacing before.
Declaration
public Nullable<double> SpacingBefore { get; set; }
Property Value
System.Nullable<System.Double>
The spacing before. |
TextAlignment
Gets or sets the text alignment.
Declaration
public Nullable<RadTextAlignment> TextAlignment { get; set; }
Property Value
System.Nullable<RadTextAlignment>
The text alignment. |