ImageInline
Class
Inline element containing an image that flows with text; use for images positioned within paragraph text flow.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Shapes
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public sealed class ImageInline : ShapeInlineBase
Inheritance: objectDocumentElementBaseInlineBaseShapeInlineBaseImageInline
Inherited Members
Constructors
Creates a new inline image element associated with the specified document.
Methods
Creates a deep copy of this inline image element, associated with the current document.
Creates a deep copy of this inline image element, associated with the specified document.
C#
public ImageInline Clone(RadFlowDocument document)
The document to which the cloned element should be associated.
Returns:The cloned element.