Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface INestedDistancesHost

    Show / Hide Table of Contents

    Interface INestedDistancesHost

    An object that implements the GetDistances(Int32) method.

    Namespace: Syncfusion.GridCommon.ScrollAxis
    Assembly: Syncfusion.GridCommon.Portable.dll
    Syntax
    public interface INestedDistancesHost : IDisposable

    Methods

    GetDistances(Int32)

    Gets the nested distances, if a line contains a nested lines collection, otherwise null.

    Declaration
    IDistanceCounterCollection GetDistances(int line)
    Parameters
    Type Name Description
    System.Int32 line

    The line at which the distances is to be obtained.

    Returns
    Type Description
    IDistanceCounterCollection

    The nested distances, if a line contains a nested lines collection, otherwise null.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved