menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ParagraphStyle - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ParagraphStyle

    Represents the style for paragraph.

    Inheritance
    System.Object
    BaseNode
    DocumentStyle
    ParagraphStyle
    Inherited Members
    DocumentStyle.BaseStyleName
    DocumentStyle.LinkStyleName
    DocumentStyle.Name
    DocumentStyle.NextStyleName
    DocumentStyle.Type
    Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
    Syntax
    public class ParagraphStyle : DocumentStyle

    Constructors

    ParagraphStyle()

    Initializes a new instance of the ParagraphStyle class.

    Declaration
    public ParagraphStyle()

    ParagraphStyle(DocumentAdv)

    Initializes a new instance of the ParagraphStyle class for the specified DocumentAdv.

    Declaration
    public ParagraphStyle(DocumentAdv documentAdv)
    Parameters
    Type Name Description
    DocumentAdv documentAdv

    The DocumentAdv to which the ParagraphStyle is associated.

    Properties

    CharacterFormat

    Gets the character format. Read-only.

    Declaration
    public CharacterFormat CharacterFormat { get; set; }
    Property Value
    Type Description
    CharacterFormat

    The CharacterFormat object that specifies the character format for the current style.

    ParagraphFormat

    Gets the formatting of paragraph. Read-only.

    Declaration
    public ParagraphFormat ParagraphFormat { get; set; }
    Property Value
    Type Description
    ParagraphFormat

    The ParagraphFormat instance that specifies the paragraph format.

    Methods

    Dispose()

    Releases all resources used by the ParagraphStyle instance.

    Declaration
    public override void Dispose()
    Overrides
    DocumentStyle.Dispose()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved