Class
NotesSeparatorLayer

Definition

Namespace:Telerik.WinForms.Documents.UI.Layers.SectionDecorationLayers

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class NotesSeparatorLayer : PooledDecorationUILayerBase, IUILayer

Inheritance: objectDecorationUILayerBasePooledDecorationUILayerBaseNotesSeparatorLayer

Implements: IUILayer

Inherited Members PooledDecorationUILayerBase.Clear()PooledDecorationUILayerBase.AddElementToPool(object)PooledDecorationUILayerBase.GetElementFromPool<T>()PooledDecorationUILayerBase.AddPooledDecorationElement(UIElement)DecorationUILayerBase.ClearChildren()DecorationUILayerBase.ArrangeChildren()DecorationUILayerBase.GetLayerUIElement()DecorationUILayerBase.DoOnPresentationChanged()DecorationUILayerBase.UpdateViewPort(UILayerUpdateContext)DecorationUILayerBase.AddDecorationElement(UIElement)DecorationUILayerBase.OnDocumentChanging()DecorationUILayerBase.OnDocumentChanged()DecorationUILayerBase.ShouldUpdateWhenNotInvalidatedDecorationUILayerBase.IsHitTestVisibleDecorationUILayerBase.Document

Constructors

NotesSeparatorLayer(ObjectPool)

Declaration

cs-api-definition
public NotesSeparatorLayer(ObjectPool pool)

Parameters

pool

ObjectPool

Properties

Name

Declaration

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

Property Value

string

Overrides DecorationUILayerBase.Name

ShouldClip

Declaration

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

Property Value

bool

Overrides DecorationUILayerBase.ShouldClip

Methods

ResetPooledElementProperties(object)

Declaration

cs-api-definition
protected override void ResetPooledElementProperties(object element)

Parameters

element

object

Overrides PooledDecorationUILayerBase.ResetPooledElementProperties(object)

UpdateUIViewPortOverride(UILayerUpdateContext)

Declaration

cs-api-definition
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)

Parameters

context

UILayerUpdateContext

Overrides DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)