menu

WinForms

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

    Show / Hide Table of Contents

    Class ParagraphStyle

    Inheritance
    System.Object
    ParagraphStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
    Syntax
    public class ParagraphStyle : DependencyObject, INotifyPropertyChanged

    Constructors

    ParagraphStyle(RichTextBoxAdv)

    Initializes the new instance of ParagraphStyle class

    Declaration
    public ParagraphStyle(RichTextBoxAdv richTextBoxAdv)
    Parameters
    Type Name Description
    RichTextBoxAdv richTextBoxAdv

    Fields

    AfterSpacingProperty

    Declaration
    public static readonly DependencyProperty AfterSpacingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    BeforeSpacingProperty

    Declaration
    public static readonly DependencyProperty BeforeSpacingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    LeftIndentProperty

    Declaration
    public static readonly DependencyProperty LeftIndentProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    LineSpacingProperty

    Declaration
    public static readonly DependencyProperty LineSpacingProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ListTypeProperty

    Declaration
    public static readonly DependencyProperty ListTypeProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    RightIndentProperty

    Declaration
    public static readonly DependencyProperty RightIndentProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    TextAlignmentProperty

    Declaration
    public static readonly DependencyProperty TextAlignmentProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    AfterSpacing

    Declaration
    public double AfterSpacing { get; }
    Property Value
    Type
    System.Double

    BeforeSpacing

    Declaration
    public double BeforeSpacing { get; }
    Property Value
    Type
    System.Double

    LeftIndent

    Declaration
    public double LeftIndent { get; }
    Property Value
    Type
    System.Double

    LineSpacing

    Declaration
    public double LineSpacing { get; }
    Property Value
    Type
    System.Double

    ListType

    Declaration
    public ListType ListType { get; }
    Property Value
    Type
    ListType

    RichTextBox

    Declaration
    public RichTextBoxAdv RichTextBox { get; }
    Property Value
    Type
    RichTextBoxAdv

    RightIndent

    Declaration
    public double RightIndent { get; }
    Property Value
    Type
    System.Double

    TextAlignment

    Declaration
    public TextAlignment TextAlignment { get; }
    Property Value
    Type
    System.Windows.TextAlignment

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved