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