Class
FixedPagePresenterBase

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: FixedDocumentSinglePagePresenterFixedPagePresenterFixedPagePrintPresenter

Implements: IUILayerContainer

Properties

UILayers

Gets the UI layers.

Declaration

cs-api-definition
public UILayerStack UILayers { get; }

Property Value

UILayerStack

The UI layers.

Implements IUILayerContainer.UILayers

Methods

IsLayerSupported(IUILayer)

Determines whether the layer is supported.

Declaration

cs-api-definition
public virtual bool IsLayerSupported(IUILayer layer)

Parameters

layer

IUILayer

The layer.

Returns

bool

Implements IUILayerContainer.IsLayerSupported(IUILayer)

UpdateLayers(UILayerUpdateContext)

Updates the layers.

Declaration

cs-api-definition
public virtual void UpdateLayers(UILayerUpdateContext context)

Parameters

context

UILayerUpdateContext

The context.