InterfaceIUILayerContainer
Interface
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
The UI layers.
Methods
IsLayerSupported(IUILayer)
Determines whether the layer is supported.