Class ImageResizer
ImageResizer
Inheritance
System.Object
ImageResizer
Implements
System.Windows.Markup.IComponentConnector
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
Syntax
public class ImageResizer : UserControl, IComponentConnector
Constructors
ImageResizer()
Initializes the new instance of ImageResizer class
Declaration
public ImageResizer()
Properties
ImageHeight
Gets or Sets the image height
Declaration
public double ImageHeight { get; set; }
Property Value
Type |
---|
System.Double |
ImageSource
Gets or Sets the image source
Declaration
public ImageSource ImageSource { get; set; }
Property Value
Type |
---|
System.Windows.Media.ImageSource |
ImageWidth
Gets or Sets the image width
Declaration
public double ImageWidth { get; set; }
Property Value
Type |
---|
System.Double |
Left
Declaration
public double Left { get; set; }
Property Value
Type |
---|
System.Double |
Top
Declaration
public double Top { get; set; }
Property Value
Type |
---|
System.Double |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
Implements
System.Windows.Markup.IComponentConnector