- Add Corner Radius option

- Improved API documentation
- Fix updater check time
- Fix logging
This commit is contained in:
Stone-Red-Code
2021-10-27 22:01:20 +02:00
parent b69bba68bb
commit 8f650ac35a
20 changed files with 394 additions and 290 deletions
+3 -3
View File
@@ -9,13 +9,13 @@ namespace DesktopMagicPluginAPI
public interface IPluginData
{
/// <summary>
/// Gets the current font of the main application.
/// Gets the current font of the current theme.
/// </summary>
[Obsolete("Use the \"Theme\" property instead")]
string Font { get; }
/// <summary>
/// Gets the current color of the main application.
/// Gets the current color of the current theme.
/// </summary>
[Obsolete("Use the \"Theme\" property instead")]
Color Color { get; }
@@ -28,7 +28,7 @@ namespace DesktopMagicPluginAPI
/// <summary>
/// Gets the window size of the plugin window.
/// </summary>
Point WindowSize { get; }
Size WindowSize { get; }
/// <summary>
/// Gets the window position of the plugin window.