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