Interface
IUILayerContainer

Represents UI layer container.

Definition

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

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

cs-api-definition
public interface IUILayerContainer

Properties

UILayers

Gets the UI layers.

Declaration

cs-api-definition
UILayerStack UILayers { get; }

Property Value

UILayerStack

The UI layers.

Methods

IsLayerSupported(IUILayer)

Determines whether the layer is supported.

Declaration

cs-api-definition
bool IsLayerSupported(IUILayer layer)

Parameters

layer

IUILayer

The layer.

Returns

bool