Interface
IUILayer

Definition

Namespace:Telerik.WinForms.Documents.UI.Layers

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public interface IUILayer

Properties

IsHitTestVisible

Declaration

cs-api-definition
bool IsHitTestVisible { get; set; }

Property Value

bool

Name

Declaration

cs-api-definition
string Name { get; }

Property Value

string

ShouldClip

Declaration

cs-api-definition
bool ShouldClip { get; }

Property Value

bool

ShouldUpdateWhenNotInvalidated

Declaration

cs-api-definition
bool ShouldUpdateWhenNotInvalidated { get; }

Property Value

bool

Methods

ArrangeChildren()

Declaration

cs-api-definition
void ArrangeChildren()

ClearChildren()

Declaration

cs-api-definition
void ClearChildren()

DoOnPresentationChanged()

Declaration

cs-api-definition
void DoOnPresentationChanged()

GetLayerUIElement()

Declaration

cs-api-definition
UIElement GetLayerUIElement()

Returns

UIElement

UpdateViewPort(UILayerUpdateContext)

Declaration

cs-api-definition
void UpdateViewPort(UILayerUpdateContext context)

Parameters

context

UILayerUpdateContext