forked from syncfusion/wpf-demos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLanguage-Based Highlighting.xaml
33 lines (27 loc) · 1.27 KB
/
Language-Based Highlighting.xaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<FlowDocument xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" >
<Paragraph FontWeight="Bold" FontFamily="Cambria" FontSize="16">
Language-Based Highlighting
</Paragraph>
<Paragraph>The following list of samples describes the major features that are available in Essential Edit for WPF.
</Paragraph>
<Paragraph TextAlignment="Justify">
<Run FontWeight="Bold">C# Demo</Run>
<Run>- Demonstrates the built-in syntax highlighting support and expand-collapse support for the C# language.
</Run>
</Paragraph>
<Paragraph TextAlignment="Justify">
<Run FontWeight="Bold">Visual Basic Demo</Run>
<Run>- Demonstrates built-in syntax highlighting support and expand-collapse support for the Visual Basic language.
</Run>
</Paragraph>
<Paragraph TextAlignment="Justify">
<Run FontWeight="Bold">XML and XAML Demo</Run>
<Run>- Demonstrates built-in syntax highlighting support and expand-collapse support for common markup languages like XAML and XML.
</Run>
</Paragraph>
<Paragraph TextAlignment="Justify">
<Run FontWeight="Bold">SQL Demo</Run>
<Run>- Demonstrates built-in syntax highlighting support for the SQL language.
</Run>
</Paragraph>
</FlowDocument>