ClassFloatingImageBlock
Defines a floating block which contains an image.
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public class FloatingImageBlock : DrawingFloatingBlock, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectDocumentElementInlineAnnotationMarkerBaseFloatingBlockDrawingFloatingBlockFloatingImageBlock
Implements:
Inherited Members
Constructors
FloatingImageBlock()
Initializes a new instance of the FloatingImageBlock class.
Declaration
public FloatingImageBlock()
FloatingImageBlock(FloatingImageBlock)
Initializes a new instance of the FloatingImageBlock class using a copy of another FloatingImageBlock.
Declaration
public FloatingImageBlock(FloatingImageBlock other)
Parameters
other
The other.
FloatingImageBlock(Stream, Size, string)
Initializes a new instance of the FloatingImageBlock class.
Properties
ImageInline
Represents the image inside the floating block.
Declaration
public ImageInline ImageInline { get; set; }
Property Value
The image.
Methods
CreateNewElementInstance()
Creates a new instance of the FloatingImageBlock class.
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
The new instance.
Overrides
Init(Stream, Size, string)
Initializes the element.
Init(Stream, string)
Initializes the element.