• Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for ASP.NET AJAX UI for ASP.NET MVC UI for ASP.NET Core UI for Blazor UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Design
    Unite UX
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Extended Reality
    UI for Unity XR
    Free Tools
    JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class ParagraphProperties

Inheritance
System.Object
DocumentElementPropertiesBase
ParagraphProperties
Inherited Members
DocumentElementPropertiesBase.GetStyleProperty(IStylePropertyDefinition)
DocumentElementPropertiesBase.GetStyleProperty(String)
DocumentElementPropertiesBase.MergePropertiesWith(DocumentElementPropertiesBase)
DocumentElementPropertiesBase.ToString()
DocumentElementPropertiesBase.ClearProperties()
DocumentElementPropertiesBase.IElementWithStyle.StyleNameChanged()
DocumentElementPropertiesBase.IElementWithStyle.OnStyleRemovedFromDocument()
DocumentElementPropertiesBase.IElementWithStyle.StylePropertyChanging(Object, StylePropertyChangeEventArgs)
DocumentElementPropertiesBase.IElementWithStyle.StylePropertyChanged(Object, StylePropertyChangeEventArgs)
DocumentElementPropertiesBase.OnStylePropertyChangedOverride(StylePropertyChangeEventArgs)
DocumentElementPropertiesBase.OnStyleChanged()
DocumentElementPropertiesBase.OnStyleChanging()
DocumentElementPropertiesBase.StyleProperties
DocumentElementPropertiesBase.StyleName
DocumentElementPropertiesBase.OriginalStyleName
DocumentElementPropertiesBase.Style
DocumentElementPropertiesBase.HasRevisions
DocumentElementPropertiesBase.RevisionInfo
DocumentElementPropertiesBase.OriginalProperties
DocumentElementPropertiesBase.IElementWithStyle.StyleName
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Model.Styles
Assembly: Telerik.Windows.Documents.dll

Syntax

public class ParagraphProperties : DocumentElementPropertiesBase, IElementWithStyle

Constructors

ParagraphProperties()

Declaration
public ParagraphProperties()

ParagraphProperties(DocumentElement)

Declaration
public ParagraphProperties(DocumentElement owner)
Parameters
DocumentElement owner

ParagraphProperties(StyleDefinition)

Declaration
public ParagraphProperties(StyleDefinition owner)
Parameters
StyleDefinition owner

Properties

AutomaticSpacingAfter

Declaration
[XamlSerializable]
public bool AutomaticSpacingAfter { get; set; }
Property Value
System.Boolean

AutomaticSpacingBefore

Declaration
[XamlSerializable]
public bool AutomaticSpacingBefore { get; set; }
Property Value
System.Boolean

Background

Declaration
[XamlSerializable]
public Color Background { get; set; }
Property Value
System.Windows.Media.Color

FirstLineIndent

Declaration
[XamlSerializable]
public double FirstLineIndent { get; set; }
Property Value
System.Double

FlowDirection

Declaration
[XamlSerializable]
public FlowDirection FlowDirection { get; set; }
Property Value
System.Windows.FlowDirection

IsLineBreakingRuleEnabled

Declaration
[XamlSerializable]
public bool IsLineBreakingRuleEnabled { get; set; }
Property Value
System.Boolean

KeepLines

Declaration
[XamlSerializable]
public bool KeepLines { get; set; }
Property Value
System.Boolean

LeftIndent

Declaration
[XamlSerializable]
public double LeftIndent { get; set; }
Property Value
System.Double

LineSpacing

Declaration
[XamlSerializable]
public double LineSpacing { get; set; }
Property Value
System.Double

LineSpacingType

Declaration
[XamlSerializable]
public LineSpacingType LineSpacingType { get; set; }
Property Value
LineSpacingType

ListId

Declaration
[XamlSerializable(-1)]
public int ListId { get; set; }
Property Value
System.Int32

ListLevel

Declaration
[XamlSerializable(0)]
public int ListLevel { get; set; }
Property Value
System.Int32

OutlineLevel

Declaration
[XamlSerializable(0)]
public int OutlineLevel { get; set; }
Property Value
System.Int32

RightIndent

Declaration
[XamlSerializable]
public double RightIndent { get; set; }
Property Value
System.Double

SpacingAfter

Declaration
[XamlSerializable]
public double SpacingAfter { get; set; }
Property Value
System.Double

SpacingBefore

Declaration
[XamlSerializable]
public double SpacingBefore { get; set; }
Property Value
System.Double

TabStops

Declaration
[XamlCompositePropertySerializable]
public TabStopCollection TabStops { get; set; }
Property Value
TabStopCollection

TextAlignment

Declaration
[XamlSerializable]
public RadTextAlignment TextAlignment { get; set; }
Property Value
RadTextAlignment

ThemeBackground

Declaration
[XamlSerializable(ThemeColorsEnum.none)]
public ThemeColorsEnum ThemeBackground { get; set; }
Property Value
ThemeColorsEnum

ThemeFillShade

Declaration
[XamlSerializable]
public string ThemeFillShade { get; set; }
Property Value
System.String

ThemeFillTint

Declaration
[XamlSerializable]
public string ThemeFillTint { get; set; }
Property Value
System.String

Methods

CopyPropertiesFrom(DocumentElementPropertiesBase)

Declaration
public override void CopyPropertiesFrom(DocumentElementPropertiesBase fromProperties)
Parameters
DocumentElementPropertiesBase fromProperties

Overrides
DocumentElementPropertiesBase.CopyPropertiesFrom(DocumentElementPropertiesBase)

CreateInstance()

Declaration
protected override DocumentElementPropertiesBase CreateInstance()
Returns
DocumentElementPropertiesBase

Overrides
DocumentElementPropertiesBase.CreateInstance()

InitProperties()

Declaration
protected override void InitProperties()
Overrides
DocumentElementPropertiesBase.InitProperties()

OnTabStopsChanged()

Declaration
protected virtual void OnTabStopsChanged()

ValidateStyleType(StyleDefinition)

Declaration
protected override void ValidateStyleType(StyleDefinition value)
Parameters
StyleDefinition value

Overrides
DocumentElementPropertiesBase.ValidateStyleType(StyleDefinition)

Events

TabStopsChanged

Declaration
public event EventHandler TabStopsChanged
Event Type
System.EventHandler

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)

Was this article helpful?

Tell us how we can improve this article

Skip
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.