Interface
IUILayer

Represents UI layer.

Definition

Namespace:Telerik.Windows.Documents.Fixed.UI.Layers

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

cs-api-definition
public interface IUILayer : IStackCollectionElement

Inherited Members IStackCollectionElement.Name

Properties

UIElement

Gets the UI element for the UI layer.

Declaration

cs-api-definition
Canvas UIElement { get; }

Property Value

Canvas

The UI element.

Methods

Clear()

Clears this layer.

Declaration

cs-api-definition
void Clear()

Initialize(UILayerInitializeContext)

Initializes the UI layer.

Declaration

cs-api-definition
void Initialize(UILayerInitializeContext context)

Parameters

context

UILayerInitializeContext

The initialize context.

Update(UILayerUpdateContext)

Updates the UI layer.

Declaration

cs-api-definition
void Update(UILayerUpdateContext context)

Parameters

context

UILayerUpdateContext

The update context.