Class DrawingFloatingBlock
Represents a floating block for DrawingML floating objects.
Inheritance
System.Object
DrawingFloatingBlock
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 abstract class DrawingFloatingBlock : FloatingBlock, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
DrawingFloatingBlock()
Declaration
protected DrawingFloatingBlock()
Properties
DrawingInline
Methods
CopyPropertiesFromOverride(DocumentElement)
Declaration
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
Parameters
DocumentElement
fromElement
|