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

Represents a UI layer for displaying proofing errors in text documents.

Definition

Constructors

C#
public ProofingErrorsDecorationUILayer()

Properties

Gets or sets the maximum incorrect words number. Negative value means unlimited.

C#
protected virtual int MaximumIncorrectWordsNumber { get; }
Property Value:

The maximum incorrect words number.

Gets the name of the Proofing Errors Decoration UI Layer.

C#
public override string Name { get; }
Property Value:

A string that represents the name of the Proofing Errors Decoration UI Layer.

Overrides: DecorationUILayerBase.Name

Methods

C#
protected override void Clear()

Overrides: DecorationUILayerBase.Clear()

Clears all child elements from the ProofingErrorsDecorationUILayer.

C#
public override void ClearChildren()

Overrides: DecorationUILayerBase.ClearChildren()

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.

Updates the user interface viewport for the proofing errors decoration layer.

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

The context object containing information about the update operation.

Overrides: DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)