New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinForms.Documents.UI.Layers

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class UIElementsLayer : IUILayer

Inheritance: objectUIElementsLayer

Derived Classes: TableMovementUILayer

Implements: IUILayer

Constructors

C#
public UIElementsLayer(string name, bool shouldUpdateWhenNotInvalidated)
Parameters:namestringshouldUpdateWhenNotInvalidatedbool
C#
public UIElementsLayer(string name)
Parameters:namestring

Fields

C#
public Canvas container

Properties

C#
public UILayerUpdateContext CurrentUpdateContext { get; }
C#
public bool IsHitTestVisible { get; set; }

Implements: IUILayer.IsHitTestVisible

C#
public virtual string Name { get; }

Implements: IUILayer.Name

C#
public virtual bool ShouldClip { get; }

Implements: IUILayer.ShouldClip

C#
public virtual bool ShouldUpdateWhenNotInvalidated { get; }

Implements: IUILayer.ShouldUpdateWhenNotInvalidated

Methods

C#
public void AddChild(UIElement uiElement)
Parameters:uiElementUIElement
C#
public virtual void ArrangeChildren()

Implements: IUILayer.ArrangeChildren()

C#
public void ClearChildren()

Implements: IUILayer.ClearChildren()

C#
protected virtual void ClearLayerOverride()
C#
public virtual void DoOnPresentationChanged()

Implements: IUILayer.DoOnPresentationChanged()

C#
public UIElement GetLayerUIElement()
Returns:

UIElement

Implements: IUILayer.GetLayerUIElement()

C#
public void UpdateViewPort(UILayerUpdateContext context)
Parameters:contextUILayerUpdateContext

Implements: IUILayer.UpdateViewPort(UILayerUpdateContext)

C#
public virtual void UpdateViewPortOverride(UILayerUpdateContext context)
Parameters:contextUILayerUpdateContext