NotesSeparatorLayer
Class
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:
C#
public class NotesSeparatorLayer : PooledDecorationUILayerBase, IUILayer
Inheritance: objectDecorationUILayerBasePooledDecorationUILayerBaseNotesSeparatorLayer
Implements:
Inherited Members
Constructors
Properties
Gets the name of the NotesSeparatorLayer.
C#
public override string Name { get; }
Overrides:
Determines whether the NotesSeparatorLayer should clip its content.
C#
public override bool ShouldClip { get; }
Overrides:
Methods
C#
protected override void ResetPooledElementProperties(object element)
Overrides:
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)
The update context that contains information about the current state of the UI layer.
Overrides: