Class ImageInline
Represents inline that contains image.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Shapes
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public sealed class ImageInline : ShapeInlineBase
Constructors
ImageInline(RadFlowDocument)
Initializes a new instance of the ImageInline class.
Declaration
public ImageInline(RadFlowDocument document)
Parameters
RadFlowDocument
document
The document. |
Properties
Image
Methods
Clone()
Creates deep copy of this document element, associated to the current document.
Declaration
public ImageInline Clone()
Returns
ImageInline
The cloned element. |
Clone(RadFlowDocument)
Creates deep copy of this document element, associated to 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. |