Interface IUILayerContainer
Represents UI layer container.
Namespace: Telerik.Windows.Documents.Fixed.UI.Layers
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public interface IUILayerContainer
Properties
UILayers
Gets the UI layers.
Declaration
UILayerStack UILayers { get; }
Property Value
UILayerStack
The UI layers. |
Methods
IsLayerSupported(IUILayer)
Determines whether the layer is supported.
Declaration
bool IsLayerSupported(IUILayer layer)
Parameters
IUILayer
layer
The layer. |
Returns
System.Boolean
|