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