menu

WinForms

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

    Show / Hide Table of Contents

    Class UIElementBox

    Inheritance
    System.Object
    ElementBox
    UIElementBox
    Inherited Members
    ElementBox.ArrangeLinesInSpnnedBoxes()
    ElementBox.BoundingRectangle
    ElementBox.Element
    ElementBox.ElementLocation
    ElementBox.ElementSize
    ElementBox.Inline
    ElementBox.LineInfo
    ElementBox.Location
    ElementBox.NextElementBox
    ElementBox.OnTextChanged()
    ElementBox.PreviousElementBox
    ElementBox.Render()
    ElementBox.Size
    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 class UIElementBox : ElementBox

    Constructors

    UIElementBox()

    Declaration
    public UIElementBox()

    Properties

    Height

    Gets or Sets the height of the UIElement

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

    UIElement

    Gets or Sets the UIElement

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

    Width

    Gets or Sets the Width of the UIElement

    Declaration
    public double Width { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved