mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-05 00:37:17 +08:00
feat: add typography related themes. for TextBlock, SelectableTextBlock, and Label.
This commit is contained in:
18
src/Semi.Avalonia.Demo/Pages/TextBlockDemo.axaml.cs
Normal file
18
src/Semi.Avalonia.Demo/Pages/TextBlockDemo.axaml.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using Avalonia;
|
||||
using Avalonia.Controls;
|
||||
using Avalonia.Markup.Xaml;
|
||||
|
||||
namespace Semi.Avalonia.Demo.Pages;
|
||||
|
||||
public partial class TextBlockDemo : UserControl
|
||||
{
|
||||
public TextBlockDemo()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void InitializeComponent()
|
||||
{
|
||||
AvaloniaXamlLoader.Load(this);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user