IUILayer
Interface
Represents UI layer.
Definition
Namespace:Telerik.Windows.Documents.Fixed.UI.Layers
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
C#
public interface IUILayer : IStackCollectionElement
Inherited Members
Properties
UIElement
Canvas
Gets the UI element for the UI layer.
C#
Canvas UIElement { get; }
The UI element.
Methods
Clears this layer.
C#
void Clear()
Initializes the UI layer.
C#
void Initialize(UILayerInitializeContext context)
The initialize context.
Updates the UI layer.
C#
void Update(UILayerUpdateContext context)
The update context.