We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f49541d + 4da28a1 commit 349bfa6Copy full SHA for 349bfa6
docs/reference/controls/selectable-textblock.md
@@ -18,7 +18,7 @@ You will probably use these properties most often:
18
| SelectionStart | a character index for the start of the current selection. |
19
| SelectionEnd | a character index for the end of the current selection. |
20
| SelectionBrush | The brush that highlights selected text. |
21
-| SelectionForeground | Brush that is used for the foreground of selected text. |
+| SelectionForegroundBrush | Brush that is used for the foreground of selected text. |
22
| FontSize | The size of the font. |
23
| FontWeight | The weight of the font. Default is normal, options include `Bold`. |
24
| FontStyle | A style to apply to the lettering. Default is normal, options include `Italic`. |
0 commit comments