using System; namespace CPF.ReoGrid.Views { internal interface IScalableViewportController { float ScaleFactor { get; set; } } }