DrawingFloatingBlock
Class
Represents a floating block for DrawingML floating objects.
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public abstract class DrawingFloatingBlock : FloatingBlock, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectDocumentElementInlineAnnotationMarkerBaseFloatingBlockDrawingFloatingBlock...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected DrawingFloatingBlock()
Properties
C#
public DrawingInline DrawingInline { get; set; }
Methods
Copies the properties from another element into the current instance.
C#
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
From element.
Overrides: