Class 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 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 |