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