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