DrawingFloatingBlock
Class
Represents a floating block for DrawingML floating objects.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public abstract class DrawingFloatingBlock : FloatingBlock
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseFloatingBlockDrawingFloatingBlock...
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the DrawingFloatingBlock class.
C#
public DrawingFloatingBlock()
Properties
Represents a drawing inline element within a floating block in the Telerik document model.
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: