ClassFixedPagePresenterBase
Class
Represents the base class for fixed page presenter.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
cs-api-definition
public class FixedPagePresenterBase : ContentControl, IUILayerContainer
Inheritance: objectFixedPagePresenterBase
Derived Classes:
Implements:
Properties
UILayers
Gets the UI layers.
Declaration
cs-api-definition
public UILayerStack UILayers { get; }
Property Value
The UI layers.
Implements
Methods
IsLayerSupported(IUILayer)
Determines whether the layer is supported.
UpdateLayers(UILayerUpdateContext)
Updates the layers.
Declaration
cs-api-definition
public virtual void UpdateLayers(UILayerUpdateContext context)
Parameters
context
The context.