更新
This commit is contained in:
8
WPFDark/Controls/Internals/IHasScalerRange.cs
Normal file
8
WPFDark/Controls/Internals/IHasScalerRange.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace WPFDark.Controls.Internals
|
||||
{
|
||||
public interface IHasScalerRange
|
||||
{
|
||||
double ScalerMaximum { get; }
|
||||
double ScalerMinimum { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user