Represents a UI layer for displaying proofing errors in text documents.
Definition
Namespace:Telerik.Windows.Documents.UI.Layers.TextDecorationLayers
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class ProofingErrorsDecorationUILayer : DecorationUILayerBase, IUILayer
Inheritance: objectDecorationUILayerBaseProofingErrorsDecorationUILayer
Implements:
Inherited Members
Constructors
public ProofingErrorsDecorationUILayer()
Properties
Gets or sets the maximum incorrect words number. Negative value means unlimited.
protected virtual int MaximumIncorrectWordsNumber { get; }
The maximum incorrect words number.
Methods
protected override void Clear()
Overrides:
Clears all child elements from the ProofingErrorsDecorationUILayer.
public override void ClearChildren()
Overrides:
This method is typically used to reset the decoration layer state by removing any existing decorations that may have been added to indicate proofing errors.
Updates the user interface viewport for the proofing errors decoration layer.
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
The context object containing information about the update operation.
Overrides: