menu

WinForms

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

    Show / Hide Table of Contents

    Class ElementBox

    Inheritance
    System.Object
    ElementBox
    HyperlinkElementBox
    ImageElementBox
    TableCellElementBox
    TextElementBox
    UIElementBox
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
    Syntax
    public abstract class ElementBox

    Constructors

    ElementBox()

    Initializes the new instance of LayoutBox

    Declaration
    public ElementBox()

    ElementBox(FrameworkElement)

    Initializes the new instance of LayoutBox

    Declaration
    public ElementBox(FrameworkElement element)
    Parameters
    Type Name Description
    System.Windows.FrameworkElement element

    Properties

    BoundingRectangle

    Gets or Sets the bounding rectangle

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

    Element

    Gets or Sets the UIElement

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

    ElementLocation

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

    ElementSize

    Gets the element size

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

    Inline

    Gets or Sets the inline

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

    LineInfo

    Gets or Sets the line information

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

    Location

    Gets the location of the element box

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

    NextElementBox

    Gets or Sets the next Element Box

    Declaration
    public ElementBox NextElementBox { get; set; }
    Property Value
    Type
    ElementBox

    PreviousElementBox

    Gets or Sets the previous Element Box

    Declaration
    public ElementBox PreviousElementBox { get; set; }
    Property Value
    Type
    ElementBox

    Size

    Gets the size of the LayoutBox

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

    Methods

    ArrangeLinesInSpnnedBoxes()

    Declaration
    [Obsolete("This method is not in use and has been deprecated.")]
    public virtual void ArrangeLinesInSpnnedBoxes()

    OnTextChanged()

    Declaration
    protected virtual void OnTextChanged()

    Render()

    Declaration
    public virtual void Render()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved