InterfaceILayoutQueue
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:
cs-api-definition
public interface ILayoutQueue
Methods
Add(LayoutElement)
Adds a layout element to the layout queue for processing.
Declaration
cs-api-definition
void Add(LayoutElement layoutElement)
Parameters
layoutElement
The layout element to be added to the queue.
Remove(LayoutElement)
Removes the specified layout element from the layout queue.
Declaration
cs-api-definition
void Remove(LayoutElement layoutElement)
Parameters
layoutElement
The layout element to be removed from the queue.