Class FloatingShapeBlock
Defines a floating block which contains a shape.
Inheritance
System.Object
FloatingShapeBlock
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class FloatingShapeBlock : DrawingFloatingBlock, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
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
|