namespace WPFDark.Controls.Internals { public interface IHasScalerRange { double ScalerMaximum { get; } double ScalerMinimum { get; } } }