Interface IUILayer
Namespace: Telerik.Windows.Documents.UI.Layers
Assembly: Telerik.Windows.Documents.dll
Syntax
public interface IUILayer
Properties
IsHitTestVisible
Declaration
bool IsHitTestVisible { get; set; }
Property Value
System.Boolean
|
Name
Declaration
string Name { get; }
Property Value
System.String
|
ShouldClip
Declaration
bool ShouldClip { get; }
Property Value
System.Boolean
|
ShouldUpdateWhenNotInvalidated
Declaration
bool ShouldUpdateWhenNotInvalidated { get; }
Property Value
System.Boolean
|
Methods
ArrangeChildren()
Declaration
void ArrangeChildren()
ClearChildren()
Declaration
void ClearChildren()
DoOnPresentationChanged()
Declaration
void DoOnPresentationChanged()
GetLayerUIElement()
Declaration
UIElement GetLayerUIElement()
Returns
System.Windows.UIElement
|
UpdateViewPort(UILayerUpdateContext)
Declaration
void UpdateViewPort(UILayerUpdateContext context)
Parameters
UILayerUpdateContext
context
|