ClassNotesSeparatorLayer
Represents a layer that visualizes the separator for notes in a section decoration.
Definition
Namespace:Telerik.Windows.Documents.UI.Layers.SectionDecorationLayers
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class NotesSeparatorLayer : PooledDecorationUILayerBase, IUILayer
Inheritance: objectDecorationUILayerBasePooledDecorationUILayerBaseNotesSeparatorLayer
Implements:
Inherited Members
Constructors
NotesSeparatorLayer(ObjectPool)
Declaration
public NotesSeparatorLayer(ObjectPool pool)
Parameters
pool
Properties
Name
Gets the name of the NotesSeparatorLayer.
ShouldClip
Determines whether the NotesSeparatorLayer should clip its content.
Declaration
public override bool ShouldClip { get; }
Property Value
Overrides
Methods
ResetPooledElementProperties(object)
Declaration
protected override void ResetPooledElementProperties(object element)
Parameters
element
Overrides
UpdateUIViewPortOverride(UILayerUpdateContext)
Updates the view port override for the NotesSeparatorLayer, allowing for modifications to be applied based on the specified UI layer update context.
Declaration
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
Parameters
context
The update context that contains information about the current state of the UI layer.
Overrides