ClassFloatingImage
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:
public sealed class FloatingImage : ShapeAnchorBase
Inheritance: objectDocumentElementBaseInlineBaseShapeAnchorBaseFloatingImage
Inherited Members
Constructors
FloatingImage(RadFlowDocument)
Creates a new floating image anchor associated with the specified document.
Declaration
public FloatingImage(RadFlowDocument document)
Parameters
document
The document.
Properties
Methods
Clone()
Creates a deep copy of this floating image anchor, associated with the current document.
Declaration
public FloatingImage Clone()
Returns
The cloned element.
Clone(RadFlowDocument)
Creates a deep copy of this floating image anchor, associated with the specified document.
Declaration
public FloatingImage Clone(RadFlowDocument document)
Parameters
document
The document to which the cloned element should be associated.
Returns
The cloned element.