Class UIContainerAdv
Represents the UIContainer class.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public class UIContainerAdv : Inline, INode
Constructors
UIContainerAdv()
Initializes a new instance of the UIContainerAdv class.
Declaration
public UIContainerAdv()
UIContainerAdv(Node)
Initializes a new instance of the UIContainerAdv class.
Declaration
public UIContainerAdv(Node owner)
Parameters
Type | Name | Description |
---|---|---|
Node | owner | The owner. |
Properties
Height
Gets or Sets the height of the UIelement.
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The height. |
UIElement
Gets or Sets the UIelement.
Declaration
public UIElement UIElement { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.UIElement | The UI element. |
Width
Gets or Sets the width of the UIelement.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The width. |