Class FloatingShapeBlock
Defines a floating block which contains a shape.
Inheritance
System.Object
FloatingShapeBlock
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class FloatingShapeBlock : DrawingFloatingBlock
Constructors
FloatingShapeBlock()
FloatingShapeBlock(FloatingShapeBlock)
Initializes a new instance of the Floating
Declaration
public FloatingShapeBlock(FloatingShapeBlock other)
Parameters
Floating
|
Properties
ShapeInline
Gets or sets the shape inside the floating block.
Declaration
public ShapeInline ShapeInline { get; set; }
Property Value
Methods
CreateNewElementInstance()
Creates a new instance of the Floating
Declaration
protected override DocumentElement CreateNewElementInstance()