更新整理

This commit is contained in:
GG Z
2025-04-24 20:56:44 +08:00
parent 155cef46f8
commit 5b6d67b571
813 changed files with 14437 additions and 12362 deletions

View File

@@ -10,18 +10,6 @@ namespace WPFluent;
/// </summary>
public interface IThemeService
{
/// <summary>
/// Gets current system theme.
/// </summary>
/// <returns>Currently set Windows theme using system enumeration.</returns>
SystemTheme GetNativeSystemTheme();
/// <summary>
/// Gets current system theme.
/// </summary>
/// <returns>Currently set Windows theme.</returns>
ApplicationTheme GetSystemTheme();
/// <summary>
/// Gets current application theme.
/// </summary>
@@ -40,12 +28,6 @@ public interface IThemeService
/// <returns><see langword="true"/> if the operation succeeds. <see langword="false"/> otherwise.</returns>
bool SetAccent(SolidColorBrush accentSolidBrush);
/// <summary>
/// Sets currently used Windows OS accent.
/// </summary>
/// <returns><see langword="true"/> if the operation succeeds. <see langword="false"/> otherwise.</returns>
bool SetSystemAccent();
/// <summary>
/// Sets current application theme.
/// </summary>