menu

WinForms

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

    Show / Hide Table of Contents

    Class ImageElementBox

    Inheritance
    System.Object
    ElementBox
    ImageElementBox
    Inherited Members
    ElementBox.ArrangeLinesInSpnnedBoxes()
    ElementBox.BoundingRectangle
    ElementBox.Element
    ElementBox.ElementLocation
    ElementBox.ElementSize
    ElementBox.Inline
    ElementBox.LineInfo
    ElementBox.Location
    ElementBox.NextElementBox
    ElementBox.OnTextChanged()
    ElementBox.PreviousElementBox
    ElementBox.Render()
    ElementBox.Size
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
    Syntax
    public class ImageElementBox : ElementBox

    Constructors

    ImageElementBox()

    Declaration
    public ImageElementBox()

    Properties

    Height

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

    Image

    Declaration
    public Image Image { get; set; }
    Property Value
    Type
    System.Windows.Controls.Image

    ImageSource

    Gets or Sets the image source

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

    Width

    Declaration
    public double Width { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved