Interface IDistancesHost
An object that implements the Distances property.
Namespace: Syncfusion.GridCommon.ScrollAxis
Assembly: Syncfusion.GridCommon.Portable.dll
Syntax
public interface IDistancesHost : IDisposable
Properties
Distances
Gets the distances of the lines.
Declaration
IDistanceCounterCollection Distances { get; }
Property Value
Type | Description |
---|---|
IDistanceCounterCollection | The distances of the lines. |