ClassParagraphProperties
Definition
Namespace:Telerik.WinForms.Documents.Model.Styles
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public class ParagraphProperties : DocumentElementPropertiesBase, IElementWithStyle
Inheritance: objectDocumentElementPropertiesBaseParagraphProperties
Implements:
Inherited Members
Constructors
ParagraphProperties(DocumentElement)
Declaration
public ParagraphProperties(DocumentElement owner)
Parameters
owner
ParagraphProperties(StyleDefinition)
Declaration
public ParagraphProperties(StyleDefinition owner)
Parameters
owner
Properties
AutomaticSpacingAfter
Declaration
[XamlSerializable]
public bool AutomaticSpacingAfter { get; set; }
Property Value
AutomaticSpacingBefore
Declaration
[XamlSerializable]
public bool AutomaticSpacingBefore { get; set; }
Property Value
Background
Declaration
[XamlSerializable]
public Color Background { get; set; }
Property Value
FirstLineIndent
Declaration
[XamlSerializable]
public double FirstLineIndent { get; set; }
Property Value
FlowDirection
Declaration
[XamlSerializable]
public FlowDirection FlowDirection { get; set; }
Property Value
IsLineBreakingRuleEnabled
Declaration
[XamlSerializable]
public bool IsLineBreakingRuleEnabled { get; set; }
Property Value
LeftIndent
Declaration
[XamlSerializable]
public double LeftIndent { get; set; }
Property Value
LineSpacing
Declaration
[XamlSerializable]
public double LineSpacing { get; set; }
Property Value
LineSpacingType
Declaration
[XamlSerializable]
public LineSpacingType LineSpacingType { get; set; }
Property Value
ListId
Declaration
[XamlSerializable(-1)]
public int ListId { get; set; }
Property Value
ListLevel
Declaration
[XamlSerializable(0)]
public int ListLevel { get; set; }
Property Value
OutlineLevel
Declaration
[XamlSerializable(0)]
public int OutlineLevel { get; set; }
Property Value
RightIndent
Declaration
[XamlSerializable]
public double RightIndent { get; set; }
Property Value
SpacingAfter
Declaration
[XamlSerializable]
public double SpacingAfter { get; set; }
Property Value
SpacingBefore
Declaration
[XamlSerializable]
public double SpacingBefore { get; set; }
Property Value
TabStops
Declaration
[XamlCompositePropertySerializable]
public TabStopCollection TabStops { get; set; }
Property Value
TextAlignment
Declaration
[XamlSerializable]
public RadTextAlignment TextAlignment { get; set; }
Property Value
ThemeBackground
Declaration
[XamlSerializable(ThemeColorsEnum.none)]
public ThemeColorsEnum ThemeBackground { get; set; }
Property Value
ThemeFillShade
Declaration
[XamlSerializable]
public string ThemeFillShade { get; set; }
Property Value
ThemeFillTint
Declaration
[XamlSerializable]
public string ThemeFillTint { get; set; }
Property Value
Methods
CopyPropertiesFrom(DocumentElementPropertiesBase)
Declaration
public override void CopyPropertiesFrom(DocumentElementPropertiesBase fromProperties)
Parameters
fromProperties
Overrides
CreateInstance()
Declaration
protected override DocumentElementPropertiesBase CreateInstance()
Returns
Overrides
InitProperties()
Declaration
protected override void InitProperties()
Overrides
OnTabStopsChanged()
Declaration
protected virtual void OnTabStopsChanged()
ValidateStyleType(StyleDefinition)
Declaration
protected override void ValidateStyleType(StyleDefinition value)
Parameters
value
Overrides