ClassFloatingShapeBlock
Class
Defines a floating block which contains a shape.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class FloatingShapeBlock : DrawingFloatingBlock
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseFloatingBlockDrawingFloatingBlockFloatingShapeBlock
Inherited Members
Constructors
FloatingShapeBlock()
Initializes a new instance of the FloatingShapeBlock class.
Declaration
cs-api-definition
public FloatingShapeBlock()
FloatingShapeBlock(FloatingShapeBlock)
Initializes a new instance of the FloatingShapeBlock class using a copy of another FloatingShapeBlock.
Declaration
cs-api-definition
public FloatingShapeBlock(FloatingShapeBlock other)
Parameters
other
Properties
ShapeInline
Gets or sets the shape inside the floating block.
Declaration
cs-api-definition
public ShapeInline ShapeInline { get; set; }
Property Value
Methods
CreateNewElementInstance()
Creates a new instance of the FloatingShapeBlock class.
Declaration
cs-api-definition
protected override DocumentElement CreateNewElementInstance()
Returns
Overrides