更新整理
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user