ClassImageInline
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:
cs-api-definition
public sealed class ImageInline : ShapeInlineBase
Inheritance: objectDocumentElementBaseInlineBaseShapeInlineBaseImageInline
Inherited Members
Constructors
ImageInline(RadFlowDocument)
Creates a new inline image element associated with the specified document.
Declaration
cs-api-definition
public ImageInline(RadFlowDocument document)
Parameters
document
The document.
Properties
Methods
Clone()
Creates a deep copy of this inline image element, associated with the current document.
Clone(RadFlowDocument)
Creates a deep copy of this inline image element, associated with the specified document.
Declaration
cs-api-definition
public ImageInline Clone(RadFlowDocument document)
Parameters
document
The document to which the cloned element should be associated.
Returns
The cloned element.