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

Represents a layer that visualizes the separator for notes in a section decoration.

Definition

Constructors

C#
public NotesSeparatorLayer(ObjectPool pool)
Parameters:poolObjectPool

Properties

Gets the name of the NotesSeparatorLayer.

C#
public override string Name { get; }

Overrides: DecorationUILayerBase.Name

Determines whether the NotesSeparatorLayer should clip its content.

C#
public override bool ShouldClip { get; }

Overrides: DecorationUILayerBase.ShouldClip

Methods

C#
protected override void ResetPooledElementProperties(object element)
Parameters:elementobject

Overrides: PooledDecorationUILayerBase.ResetPooledElementProperties(object)

Updates the view port override for the NotesSeparatorLayer, allowing for modifications to be applied based on the specified UI layer update context.

C#
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
Parameters:contextUILayerUpdateContext

The update context that contains information about the current state of the UI layer.

Overrides: DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)