Represents UI layer initialize context
Definition
Namespace:Telerik.Windows.Documents.Fixed.UI.Layers
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
C#
public class UILayerInitializeContext
Inheritance: objectUILayerInitializeContext
Properties
Document
RadFixedDocument
Gets the document.
C#
public RadFixedDocument Document { get; }
The document.
Gets the owner.
C#
public IUILayerContainer Owner { get; }
The owner.
Page
RadFixedPage
Gets the page.
C#
public RadFixedPage Page { get; }
The page.
Gets the presenter.
C#
public IFixedDocumentPresenter Presenter { get; }
The presenter.
Methods
Adds a focusable element.
C#
public void AddFocusableElement(DependencyObject element)
The element.
Removes a focusable element.
C#
public void RemoveFocusableElement(DependencyObject element)
The element.