Interface IDistancesHost
An object that implements the Distances property.
Inherited Members
System.IDisposable.Dispose()
Namespace: Syncfusion.WinForms.GridCommon.ScrollAxis
Assembly: Syncfusion.GridCommon.WinForms.dll
Syntax
public interface IDistancesHost : IDisposable
Properties
Distances
Gets or sets the distances.
Declaration
IDistanceCounterCollection Distances { get; }
Property Value
Type | Description |
---|---|
IDistanceCounterCollection | The distances. |