Skip to content

Commit

Permalink
Update layers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martinivanoff authored Dec 23, 2024
1 parent 929e3ea commit 483f730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controls/radsyntaxeditor/features/layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ We will now create a custom layer which will be responsible for highlighting any
{
}

protected override FrameworkElement GetLinePartUIElement(ClassificationTag tag, Span span, UIUpdateContext updateContext)
protected override FrameworkElement GetLinePartUIElement(ClassificationTag tag, Telerik.Windows.SyntaxEditor.Core.Text.Span span, UIUpdateContext updateContext)
{
if (tag.ClassificationType != ClassificationTypes.Keyword)
{
Expand Down Expand Up @@ -118,4 +118,4 @@ Now, when users mouse over any of the keywords, they will be highlighted with a
## See Also

* [Taggers]({%slug radsyntaxeditor-features-taggers%})
* [Selection]({%slug radsyntaxeditor-features-selection%})
* [Selection]({%slug radsyntaxeditor-features-selection%})

0 comments on commit 483f730

Please sign in to comment.