File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
MarkdownTextBlock/src/TextElements Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public void SetItalic()
69
69
public void SetStrikeThrough ( )
70
70
{
71
71
#if WINUI3
72
- _span . TextDecorations = TextDecorations . Strikethrough ;
72
+ _span . TextDecorations = Windows . UI . Text . TextDecorations . Strikethrough ;
73
73
#elif WINUI2
74
74
_span . TextDecorations = Windows . UI . Text . TextDecorations . Strikethrough ;
75
75
#endif
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ public MarqueeDirection Direction
99
99
/// Gets or sets a value that indicates what decorations are applied to the text.
100
100
/// </summary>
101
101
#if WINUI3
102
- public TextDecorations TextDecorations
102
+ public Windows . UI . Text . TextDecorations TextDecorations
103
103
#elif WINUI2
104
104
public Windows . UI . Text . TextDecorations TextDecorations
105
105
#endif
You can’t perform that action at this time.
0 commit comments