FloatingImage
Class
Inline anchor containing an image with absolute positioning and text wrapping; use to place images that float independently of text flow.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Shapes
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public sealed class FloatingImage : ShapeAnchorBase
Inheritance: objectDocumentElementBaseInlineBaseShapeAnchorBaseFloatingImage
Inherited Members
Constructors
Creates a new floating image anchor associated with the specified document.
Methods
Creates a deep copy of this floating image anchor, associated with the current document.
Creates a deep copy of this floating image anchor, associated with the specified document.
C#
public FloatingImage Clone(RadFlowDocument document)
The document to which the cloned element should be associated.
Returns:The cloned element.