Class ImageContainerAdv
Inheritance
System.Object
ImageContainerAdv
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
public class ImageContainerAdv : Inline
Constructors
Initializes the new instance of ImageContainerAdv class
Declaration
public ImageContainerAdv()
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 |
Declaration
public static readonly DependencyProperty ImageSourceProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty ImageStringProperty
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
Declaration
public byte[] ImageBytes { get; set; }
Property Value
Gets or Sets the image source
Declaration
public ImageSource ImageSource { get; set; }
Property Value
Type |
System.Windows.Media.ImageSource |
Declaration
public string ImageString { get; set; }
Property Value
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 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 |
|