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

Represents UI layer container.

Definition

Namespace:Telerik.Windows.Documents.Fixed.UI.Layers

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

C#
public interface IUILayerContainer

Derived Classes: FixedDocumentSinglePagePresenterFixedPagePresenterFixedPagePresenterBaseFixedPagePrintPresenter

Properties

Gets the UI layers.

C#
UILayerStack UILayers { get; }
Property Value:

The UI layers.

Methods

Determines whether the layer is supported.

C#
bool IsLayerSupported(IUILayer layer)
Parameters:layerIUILayer

The layer.

Returns:

bool