snail1519 3761a0a3fb fix: 修复ComboBox控件的PlaceholderForeground属性失效 (#543)
* fix: 修复ComboBox控件的PlaceholderForeground属性失效

* Update src/Semi.Avalonia/Themes/Dark/ComboBox.axaml

Co-authored-by: Zhang Dian <54255897+zdpcdt@users.noreply.github.com>

* Update src/Semi.Avalonia/Controls/ComboBox.axaml

Co-authored-by: Zhang Dian <54255897+zdpcdt@users.noreply.github.com>

* Update src/Semi.Avalonia/Themes/Light/ComboBox.axaml

Co-authored-by: Zhang Dian <54255897+zdpcdt@users.noreply.github.com>

* add: 对比色主题添加ComboBoxSelectorPlaceHolderForeground资源

* Revert "add: 对比色主题添加ComboBoxSelectorPlaceHolderForeground资源"

This reverts commit ba526e2cf9.

* add: 对比色主题添加ComboBoxSelectorPlaceHolderForeground资源

* Update src/Semi.Avalonia/Themes/HighContrast/ComboBox.axaml

Co-authored-by: Zhang Dian <54255897+zdpcdt@users.noreply.github.com>

---------

Co-authored-by: Zhang Dian <54255897+zdpcdt@users.noreply.github.com>
2025-02-26 10:45:24 +08:00
2024-04-10 14:27:05 +08:00
2022-11-04 22:47:42 +08:00
2024-07-01 18:24:09 +08:00
2022-11-04 21:49:04 +08:00
2024-12-25 20:23:10 +08:00
2024-12-25 20:23:10 +08:00

Semi Avalonia

Semi Avalonia Semi Avalonia GitCode

中文

Avalonia Theme inspired by Semi Design

Semi.Avalonia can be previewed in the browser here

If you are looking for more detailed documentation, Please visit Semi Documentation

If you are looking for more customized controls, Please try Ursa

Light

How to Use

Installation

dotnet add package Semi.Avalonia

Include Semi Design Styles in application:

<Application
    ...
    xmlns:semi="https://irihi.tech/semi">
    <Application.Styles>
        <semi:SemiTheme Locale="zh-CN" />
    </Application.Styles>
</Application>

That's all.

ColorPicker, DataGrid and TreeDataGrid are distributed in separated packages. Please install if you need.

dotnet add package Semi.Avalonia.ColorPicker
dotnet add package Semi.Avalonia.DataGrid
dotnet add package Semi.Avalonia.TreeDataGrid
<Application.Styles>
    <StyleInclude Source="avares://Semi.Avalonia.ColorPicker/Index.axaml" />
    <StyleInclude Source="avares://Semi.Avalonia.DataGrid/Index.axaml" />
    <StyleInclude Source="avares://Semi.Avalonia.TreeDataGrid/Index.axaml" />
</Application.Styles>

Demo

You can always download demo executable to play around with Semi Avalonia Themes. https://github.com/irihitech/Semi.Avalonia/releases

Support

We offer limited free community support for Semi Avalonia and Ursa. If you have any question or suggestion, feel free to raise issues and discussions via GitHub, and you are welcomed to join our group via FeiShu(Lark)

FeiShu

Version compatibility

Semi Design Version Avalonia Version
11.2.1 >=11.2.1
11.2.0 11.2.0
11.1.0 >=11.1.0
11.0.7 >=11.0.7
11.0.1 <=11.0.6

Credits

Semi Design

Avalonia

FluentAvalonia

Material Design Icons

CommunityToolKit

Description
No description provided
Readme MIT 148 MiB
Languages
C# 100%