DrawingLayoutBox
Represents a drawing layout box in the RadRichTextBox.
Definition
Namespace:Telerik.Windows.Documents.Layout
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public abstract class DrawingLayoutBox : InlineLayoutBox
Inheritance: objectLayoutElementLayoutBoxInlineLayoutBoxDrawingLayoutBox
Derived Classes:
Inherited Members
Constructors
public DrawingLayoutBox(DocumentElement parentElement, DocumentStructureCollection collection)
Properties
protected override bool CanCreateLayoutBoxesFromContent { get; }
Overrides:
Determines whether the layout box has a width at the end of the line.
public override bool HasWidthAtTheEndOfLine { get; }
Overrides:
Gets a value indicating whether the drawing layout box is read-only.
public override bool IsReadonly { get; }
True if the drawing layout box is read-only; otherwise, false.
Overrides:
Gets a value indicating whether the drawing layout box can be split.
public override bool IsSplittable { get; }
Overrides:
Gets the count of positions in the drawing layout box.
public override int PositionsCountInBox { get; }
Overrides:
Methods
Creates a new layout element for the drawing layout box.
public override LayoutElement CreateLayoutElement()
A new instance of a layout element that represents the structure and properties of the drawing layout box.
Overrides:
Creates a new drawing fragment with the specified size and visibility.