menu

WinForms

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

    Show / Hide Table of Contents

    Class BlockAdv

    Inheritance
    System.Object
    BlockAdv
    ParagraphAdv
    TableAdv
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
    Syntax
    public abstract class BlockAdv : DependencyObject

    Constructors

    BlockAdv()

    Declaration
    public BlockAdv()

    Fields

    inlines

    Declaration
    protected InlineCollection inlines
    Field Value
    Type
    InlineCollection

    LeftIndentProperty

    Registers left indent dependency property

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

    RightIndentProperty

    Registers right indent dependency property

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

    Properties

    Inlines

    Gets or Sets the inlines

    Declaration
    public InlineCollection Inlines { get; protected set; }
    Property Value
    Type
    InlineCollection

    IsEmpty

    Declaration
    public abstract bool IsEmpty { get; }
    Property Value
    Type
    System.Boolean

    LeftIndent

    Gets or Sets the left indent

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

    RightIndent

    Gets or Sets the right indent

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

    Methods

    CopyBlock()

    Declaration
    public abstract BlockAdv CopyBlock()
    Returns
    Type
    BlockAdv

    GetIndexOfWord(ElementBox, ref Double, ref Double)

    Declaration
    public void GetIndexOfWord(ElementBox box, ref double start, ref double end)
    Parameters
    Type Name Description
    ElementBox box
    System.Double start
    System.Double end

    Length()

    It returns the length of the Block.

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