InterfaceIUILayer
Interface
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
Properties
UIElement
Gets the UI element for the UI layer.
Declaration
cs-api-definition
Canvas UIElement { get; }
Property Value
Canvas
The UI element.
Methods
Initialize(UILayerInitializeContext)
Initializes the UI layer.
Declaration
cs-api-definition
void Initialize(UILayerInitializeContext context)
Parameters
context
The initialize context.
Update(UILayerUpdateContext)
Updates the UI layer.
Declaration
cs-api-definition
void Update(UILayerUpdateContext context)
Parameters
context
The update context.