IUILayerContainer
Interface
Represents a container for UI layer elements in the Telerik document framework.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public interface IUILayerContainer
Derived Classes:
Properties
Gets the owner of the UI layer container.
C#
IDocumentEditorPresenterContainer Owner { get; }
Gets the collection of UI layers associated with the container.
C#
UILayerStack UILayers { get; }