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 FloatingShapeBlock class using a copy of another FloatingShapeBlock.
Declaration
public FloatingShapeBlock(FloatingShapeBlock other)
Parameters
FloatingShapeBlock
other
|
Properties
ShapeInline
Gets or sets the shape inside the floating block.
Declaration
public ShapeInline ShapeInline { get; set; }
Property Value
ShapeInline
|
Methods
CreateNewElementInstance()
Creates a new instance of the FloatingShapeBlock class.
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
DocumentElement
|