mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-05 23:39:05 +02:00
- Add Margin option
- Add `Margin` property to `ITheme` - Add `Stop` method to the `Plugin` API - Add `DrawStringNoLeftPadding` and `MeasureStringNoLeftPadding` to `GraphicsExtentions` - Convert most inbuilt components to plugins. - Minor code improvements
This commit is contained in:
@@ -31,5 +31,10 @@ namespace DesktopMagicPluginAPI
|
||||
/// Gets the corner radius of the current theme.
|
||||
/// </summary>
|
||||
int CornerRadius { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the corner radius of the current theme.
|
||||
/// </summary>
|
||||
int Margin { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user