Skip to content

Commit 349bfa6

Browse files
authored
Merge pull request #618 from WantToBeeMe/patch-1
SelectionForeground should actually be SelectionForegroundBrush
2 parents f49541d + 4da28a1 commit 349bfa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/controls/selectable-textblock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You will probably use these properties most often:
1818
| SelectionStart | a character index for the start of the current selection. |
1919
| SelectionEnd | a character index for the end of the current selection. |
2020
| SelectionBrush | The brush that highlights selected text. |
21-
| SelectionForeground | Brush that is used for the foreground of selected text. |
21+
| SelectionForegroundBrush | Brush that is used for the foreground of selected text. |
2222
| FontSize | The size of the font. |
2323
| FontWeight | The weight of the font. Default is normal, options include `Bold`. |
2424
| FontStyle | A style to apply to the lettering. Default is normal, options include `Italic`. |

0 commit comments

Comments
 (0)