menu

WinForms

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

    Show / Hide Table of Contents

    Class UIContainerAdv

    Inheritance
    System.Object
    Inline
    UIContainerAdv
    Inherited Members
    Inline.HasEqualHighlightStyle(Inline)
    Inline.HasEqualStrikeThroStyle(Inline)
    Inline.HasEqualTextStyle(Inline)
    Inline.HasEqualUnderlineStyle(Inline)
    Inline.IsEqualInStyle(Inline)
    Inline.OnTextChanged()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
    Syntax
    public class UIContainerAdv : Inline

    Constructors

    UIContainerAdv()

    Initializes the new instance of richEditUIContainer class

    Declaration
    public UIContainerAdv()

    Fields

    FitToContentProperty

    Declaration
    public static readonly DependencyProperty FitToContentProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    HeightProperty

    Declaration
    public static readonly DependencyProperty HeightProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    UIElementProperty

    Registers the UIElement dependency property

    Declaration
    public static readonly DependencyProperty UIElementProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    WidthProperty

    Declaration
    public static readonly DependencyProperty WidthProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    FitToContent

    Gets or Sets the FitToContent

    Declaration
    public bool FitToContent { get; set; }
    Property Value
    Type
    System.Boolean

    Height

    Gets or Sets the height of the image

    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 image

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

    Methods

    GetLength()

    Return the length of the inline

    Declaration
    public override double GetLength()
    Returns
    Type
    System.Double
    Overrides
    Inline.GetLength()

    OnHeightChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Declaration
    protected static void OnHeightChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs args)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject
    System.Windows.DependencyPropertyChangedEventArgs args

    OnHeightChanged(DependencyPropertyChangedEventArgs)

    Declaration
    protected virtual void OnHeightChanged(DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyPropertyChangedEventArgs e

    OnUIElementPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Declaration
    protected static void OnUIElementPropertyChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs args)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject
    System.Windows.DependencyPropertyChangedEventArgs args

    OnWidthChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Declaration
    protected static void OnWidthChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs args)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject
    System.Windows.DependencyPropertyChangedEventArgs args

    OnWidthChanged(DependencyPropertyChangedEventArgs)

    Declaration
    protected virtual void OnWidthChanged(DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyPropertyChangedEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved