Class Image
Represents image element.
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Drawing.Shapes
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public sealed class Image : ShapeBase
Properties
ImageSource
Gets or sets the image source.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
ImageSource
The image source. |
PreferRelativeToOriginalResize
Gets or sets the value indicating whether the scale resizing should be relative to the original or the current size of the image.
Declaration
public bool PreferRelativeToOriginalResize { get; set; }
Property Value
System.Boolean
The value indicating whether the scale resizing should be relative to the original or the current size of the image. |
Methods
InitializeSize()
Initializes the size.
Declaration
protected override void InitializeSize()