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