New to Telerik UI for WPFStart a free 30-day trial

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: DocumentPagePresenterDocumentPrintPresenterDocumentWebLayoutPresenterShapeDocumentPresenter

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; }

Methods

Determines whether the specified layer is supported by the UI layer container.

C#
bool IsLayerSupported(IUILayer layer)
Parameters:layerIUILayer

The layer to check for support.

Returns:

bool

True if the layer is supported; otherwise, false.