Class UIContainerAdv
Inheritance
System.Object
UIContainerAdv
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
public class UIContainerAdv : Inline
Constructors
Initializes the new instance of richEditUIContainer class
Declaration
Fields
FitToContentProperty
Declaration
public static readonly DependencyProperty FitToContentProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty HeightProperty
Field Value
Type |
System.Windows.DependencyProperty |
Registers the UIElement dependency property
Declaration
public static readonly DependencyProperty UIElementProperty
Field Value
Type |
System.Windows.DependencyProperty |
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
Gets or Sets the height of the image
Declaration
public double Height { get; set; }
Property Value
Gets or Sets the UIelement
Declaration
public UIElement UIElement { get; set; }
Property Value
Type |
System.Windows.UIElement |
Gets or Sets the width of the image
Declaration
public double Width { get; set; }
Property Value
Methods
Return the length of the inline
Declaration
public override double GetLength()
Returns
Overrides
Declaration
protected static void OnHeightChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
dependencyObject |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
Declaration
protected virtual void OnHeightChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.DependencyPropertyChangedEventArgs |
e |
|
Declaration
protected static void OnUIElementPropertyChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
dependencyObject |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
Declaration
protected static void OnWidthChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
dependencyObject |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
Declaration
protected virtual void OnWidthChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.DependencyPropertyChangedEventArgs |
e |
|