menu

WinForms

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

    Show / Hide Table of Contents

    Class ParagraphAdv

    Inheritance
    System.Object
    BlockAdv
    ParagraphAdv
    Inherited Members
    BlockAdv.GetIndexOfWord(ElementBox, Double, Double)
    BlockAdv.inlines
    BlockAdv.Inlines
    BlockAdv.LeftIndent
    BlockAdv.LeftIndentProperty
    BlockAdv.Length()
    BlockAdv.RightIndent
    BlockAdv.RightIndentProperty
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
    Syntax
    public class ParagraphAdv : BlockAdv

    Constructors

    ParagraphAdv()

    Initializes new instance of Paragraph class

    Declaration
    public ParagraphAdv()

    Fields

    AfterSpacingProperty

    Registers AfterSpacing dependency property

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

    BeforeSpacingProperty

    Registers BeforeSpacing dependency property

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

    LineSpacingProperty

    Registers LineSpacing dependency property

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

    ListTypeProperty

    Registers the ListType dependency property

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

    TextAlignmentProperty

    Registers TextAlignment dependency property

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

    Properties

    AfterSpacing

    Gets or Sets After Spacing

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

    BeforeSpacing

    Gets or Sets Before Spacing

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

    Hanging

    It gets/sets the Hanging value

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

    IsEmpty

    Declaration
    public override bool IsEmpty { get; }
    Property Value
    Type
    System.Boolean
    Overrides
    BlockAdv.IsEmpty

    LineSpacing

    Gets or Sets Line spacing

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

    ListType

    Gets or Sets the list type of the paragraph

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

    TextAlignment

    Gets or Sets Text Alignment

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

    Methods

    CopyBlock()

    It copies the Paragraph instance.

    Declaration
    public override BlockAdv CopyBlock()
    Returns
    Type
    BlockAdv
    Overrides
    BlockAdv.CopyBlock()

    CreateNewParagraph()

    It creates the new Paragraph instance.

    Declaration
    public ParagraphAdv CreateNewParagraph()
    Returns
    Type
    ParagraphAdv

    IsEqualInStyle(ParagraphAdv)

    Check whether two paragraphs in equal style.

    Declaration
    public bool IsEqualInStyle(ParagraphAdv secondparagrah)
    Parameters
    Type Name Description
    ParagraphAdv secondparagrah
    Returns
    Type
    System.Boolean

    OnListTypeChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Declaration
    protected static void OnListTypeChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs args)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject
    System.Windows.DependencyPropertyChangedEventArgs args

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved