Class FixedPagePresenterBase
Represents the base class for fixed page presenter.
Inheritance
System.Object
FixedPagePresenterBase
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class FixedPagePresenterBase : ContentControl, IUILayerContainer
Properties
UILayers
Gets the UI layers.
Declaration
public UILayerStack UILayers { get; }
Property Value
UILayer The UI layers. |
Implements
Methods
IsLayerSupported(IUILayer)
Determines whether the layer is supported.
Declaration
public virtual bool IsLayerSupported(IUILayer layer)
Parameters
IUILayer
layer
The layer. |
Returns
System.
|
Implements
UpdateLayers(UILayerUpdateContext)
Updates the layers.
Declaration
public virtual void UpdateLayers(UILayerUpdateContext context)
Parameters
UILayer The context. |