menu

WinForms

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

    Show / Hide Table of Contents

    Class ImageContainerAdv

    Inheritance
    System.Object
    Inline
    ImageContainerAdv
    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 ImageContainerAdv : Inline

    Constructors

    ImageContainerAdv()

    Initializes the new instance of ImageContainerAdv class

    Declaration
    public ImageContainerAdv()

    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

    ImageSourceProperty

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

    ImageStringProperty

    Declaration
    public static readonly DependencyProperty ImageStringProperty
    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

    ImageBytes

    Declaration
    public byte[] ImageBytes { get; set; }
    Property Value
    Type
    System.Byte[]

    ImageSource

    Gets or Sets the image source

    Declaration
    public ImageSource ImageSource { get; set; }
    Property Value
    Type
    System.Windows.Media.ImageSource

    ImageString

    Declaration
    public string ImageString { get; set; }
    Property Value
    Type
    System.String

    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

    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