Class ImageInline
Inline element containing an image that flows with text; use for images positioned within paragraph text flow.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Shapes
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public sealed class ImageInline : ShapeInlineBase
Constructors
ImageInline(RadFlowDocument)
Creates a new inline image element associated with the specified document.
Declaration
public ImageInline(RadFlowDocument document)
Parameters
|
RadFlowDocument
document
The document. |
Properties
Image
Gets the image element that defines the visual content, size, and transformation properties.
Declaration
public Image Image { get; }
Property Value
|
Image
The image. |
Methods
Clone()
Creates a deep copy of this inline image element, associated with the current document.
Declaration
public ImageInline Clone()
Returns
|
ImageInline
The cloned element. |
Clone(RadFlowDocument)
Creates a deep copy of this inline image element, associated with the specified document.
Declaration
public ImageInline Clone(RadFlowDocument document)
Parameters
|
RadFlowDocument
document
The document to which the cloned element should be associated. |
Returns
|
ImageInline
The cloned element. |