Class
UIElementsLayer

Definition

Namespace:Telerik.WinForms.Documents.UI.Layers

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class UIElementsLayer : IUILayer

Inheritance: objectUIElementsLayer

Derived Classes: TableMovementUILayer

Implements: IUILayer

Constructors

UIElementsLayer(string)

Declaration

cs-api-definition
public UIElementsLayer(string name)

Parameters

name

string

UIElementsLayer(string, bool)

Declaration

cs-api-definition
public UIElementsLayer(string name, bool shouldUpdateWhenNotInvalidated)

Parameters

name

string

shouldUpdateWhenNotInvalidated

bool

Fields

container

Declaration

cs-api-definition
public Canvas container

Field Value

Canvas

Properties

CurrentUpdateContext

Declaration

cs-api-definition
public UILayerUpdateContext CurrentUpdateContext { get; }

Property Value

UILayerUpdateContext

IsHitTestVisible

Declaration

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

Property Value

bool

Implements IUILayer.IsHitTestVisible

Name

Declaration

cs-api-definition
public virtual string Name { get; }

Property Value

string

Implements IUILayer.Name

ShouldClip

Declaration

cs-api-definition
public virtual bool ShouldClip { get; }

Property Value

bool

Implements IUILayer.ShouldClip

ShouldUpdateWhenNotInvalidated

Declaration

cs-api-definition
public virtual bool ShouldUpdateWhenNotInvalidated { get; }

Property Value

bool

Implements IUILayer.ShouldUpdateWhenNotInvalidated

Methods

AddChild(UIElement)

Declaration

cs-api-definition
public void AddChild(UIElement uiElement)

Parameters

uiElement

UIElement

ArrangeChildren()

Declaration

cs-api-definition
public virtual void ArrangeChildren()

Implements IUILayer.ArrangeChildren()

ClearChildren()

Declaration

cs-api-definition
public void ClearChildren()

Implements IUILayer.ClearChildren()

ClearLayerOverride()

Declaration

cs-api-definition
protected virtual void ClearLayerOverride()

DoOnPresentationChanged()

Declaration

cs-api-definition
public virtual void DoOnPresentationChanged()

Implements IUILayer.DoOnPresentationChanged()

GetLayerUIElement()

Declaration

cs-api-definition
public UIElement GetLayerUIElement()

Returns

UIElement

Implements IUILayer.GetLayerUIElement()

UpdateViewPort(UILayerUpdateContext)

Declaration

cs-api-definition
public void UpdateViewPort(UILayerUpdateContext context)

Parameters

context

UILayerUpdateContext

Implements IUILayer.UpdateViewPort(UILayerUpdateContext)

UpdateViewPortOverride(UILayerUpdateContext)

Declaration

cs-api-definition
public virtual void UpdateViewPortOverride(UILayerUpdateContext context)

Parameters

context

UILayerUpdateContext