How to change link text foreground? #348
-
Hello, How to change link text foreground? The default color, blue, works well for white background, but not on dark background. I found this line, but it is in TextView: |
Beta Was this translation helpful? Give feedback.
Answered by
Washi1337
Aug 31, 2023
Replies: 2 comments
-
You can access the TextEditor editor = ...
editor.TextArea.TextView.LinkTextForegroundBrush = Brushes.Cyan; |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alexandrehtrb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can access the
TextView
of theTextEditor
control like so: