Interface IUIProvider
Namespace: Telerik.Windows.Documents.UI.UIProviders
Assembly: Telerik.Windows.Documents.dll
Syntax
public interface IUIProvider
Properties
BoundingRectangle
ContainingLayer
IsInvalidated
Declaration
bool IsInvalidated { get; }
Property Value
System.Boolean
|
IsRemoved
Declaration
bool IsRemoved { get; }
Property Value
System.Boolean
|
Methods
Arrange(UILayerUpdateContext)
Declaration
void Arrange(UILayerUpdateContext uiLayerUpdateContext)
Parameters
UILayerUpdateContext
uiLayerUpdateContext
|
GetUIElements(UILayerUpdateContext)
Declaration
IEnumerable<UIElement> GetUIElements(UILayerUpdateContext context)
Parameters
UILayerUpdateContext
context
|
Returns
System.Collections.Generic.IEnumerable<System.Windows.UIElement>
|
ReleaseElements()
Declaration
void ReleaseElements()
UpdateUI(UILayerUpdateContext)
Declaration
void UpdateUI(UILayerUpdateContext uiLayerUpdateContext)
Parameters
UILayerUpdateContext
uiLayerUpdateContext
|