menu

UWP

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

    Show / Hide Table of Contents

    Class UIContainerAdv

    Represents the UIContainer class.

    Inheritance
    System.Object
    BaseNode
    Node
    Inline
    UIContainerAdv
    Implements
    INode
    Inherited Members
    Inline.CharacterFormat
    Inline.CharacterFormatProperty
    Inline.OnTextChanged()
    Node.NextNode
    Node.Owner
    Node.PreviousNode
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.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
    Windows.UI.Xaml.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.

    Implements

    INode

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved