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