InterfaceIUILayerContainer
Interface
Represents UI layer container.
Definition
Namespace:Telerik.UI.Xaml.Controls.PdfViewer.Layers
Assembly:Telerik.WinUI.Controls.PdfViewer.dll
Syntax:
cs-api-definition
public interface IUILayerContainer
Derived Classes:
Properties
UILayers
Gets the UI layers.
Declaration
cs-api-definition
UILayerStack UILayers { get; }
Property Value
The UI layers.
Methods
IsLayerSupported(IUILayer)
Determines whether the layer is supported.