ClassProofingErrorsDecorationUILayer
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
ProofingErrorsDecorationUILayer()
Declaration
public ProofingErrorsDecorationUILayer()
Properties
MaximumIncorrectWordsNumber
Gets or sets the maximum incorrect words number. Negative value means unlimited.
Declaration
protected virtual int MaximumIncorrectWordsNumber { get; }
Property Value
The maximum incorrect words number.
Methods
Clear()
Declaration
protected override void Clear()
Overrides
ClearChildren()
Clears all child elements from the ProofingErrorsDecorationUILayer.
Declaration
public override void ClearChildren()
Overrides
Remarks
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.
UpdateUIViewPortOverride(UILayerUpdateContext)
Updates the user interface viewport for the proofing errors decoration layer.
Declaration
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
Parameters
context
The context object containing information about the update operation.
Overrides