8 lines
168 B
C#
8 lines
168 B
C#
|
|
namespace WPFDark.Controls.Internals
|
|||
|
|
{
|
|||
|
|
public interface IHasScalerRange
|
|||
|
|
{
|
|||
|
|
double ScalerMaximum { get; }
|
|||
|
|
double ScalerMinimum { get; }
|
|||
|
|
}
|
|||
|
|
}
|