Class PageUIProvider
Inheritance
System.Object
PageUIProvider
Namespace: Telerik.Windows.Documents.UI.UIProviders
Assembly: Telerik.Windows.Documents.dll
Syntax
public class PageUIProvider : Object, IUIProvider
Constructors
PageUIProvider(SectionLayoutBox)
Declaration
public PageUIProvider(SectionLayoutBox sectionBox)
Parameters
SectionLayoutBox
sectionBox
|
Properties
BoundingRectangle
ContainingLayer
CurrentUpdateContext
Declaration
public UILayerUpdateContext CurrentUpdateContext { get; }
Property Value
UILayerUpdateContext
|
IsInvalidated
Declaration
public bool IsInvalidated { get; }
Property Value
System.Boolean
|
Implements
IsRemoved
Declaration
public bool IsRemoved { get; }
Property Value
System.Boolean
|
Implements
SectionBox
SectionUI
Methods
Arrange(UILayerUpdateContext)
Declaration
public void Arrange(UILayerUpdateContext uILayerUpdateContext)
Parameters
UILayerUpdateContext
uILayerUpdateContext
|
Implements
GetUIElements(UILayerUpdateContext)
Declaration
public IEnumerable<UIElement> GetUIElements(UILayerUpdateContext context)
Parameters
UILayerUpdateContext
context
|
Returns
System.Collections.Generic.IEnumerable<System.Windows.UIElement>
|
Implements
ReleaseElements()
UpdateUI(UILayerUpdateContext)
Declaration
public virtual void UpdateUI(UILayerUpdateContext uILayerUpdateContext)
Parameters
UILayerUpdateContext
uILayerUpdateContext
|