ILayoutQueue
Interface
Represents a layout queue that manages the layout of documents in the Telerik UI framework.
Definition
Namespace:Telerik.Windows.Documents.Layout
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public interface ILayoutQueue
Methods
Adds a layout element to the layout queue for processing.
C#
void Add(LayoutElement layoutElement)
The layout element to be added to the queue.
Removes the specified layout element from the layout queue.
C#
void Remove(LayoutElement layoutElement)
The layout element to be removed from the queue.