New to Telerik UI for WPFStart a free 30-day trial

Represents the base class for fixed page presenter.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

C#
public class FixedPagePresenterBase : ContentControl, IUILayerContainer

Inheritance: objectFixedPagePresenterBase

Derived Classes: FixedDocumentSinglePagePresenterFixedPagePresenterFixedPagePrintPresenter

Implements: IUILayerContainer

Properties

Gets the UI layers.

C#
public UILayerStack UILayers { get; }
Property Value:

The UI layers.

Implements: IUILayerContainer.UILayers

Methods

Determines whether the layer is supported.

C#
public virtual bool IsLayerSupported(IUILayer layer)
Parameters:layerIUILayer

The layer.

Returns:

bool

Implements: IUILayerContainer.IsLayerSupported(IUILayer)

Updates the layers.

C#
public virtual void UpdateLayers(UILayerUpdateContext context)
Parameters:contextUILayerUpdateContext

The context.