Class LineSizeUtil
Inheritance
System.Object
    LineSizeUtil
  Inherited Members
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.GetType()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.Object.ToString()
    
Namespace: Syncfusion.UI.Xaml.Grid.ScrollAxis
Assembly: Syncfusion.SfGridCommon.WPF.dll
Syntax
public class LineSizeUtil
  Constructors
LineSizeUtil()
Declaration
public LineSizeUtil()
  Methods
GetRange(ILineSizeHost, Int32, Int32)
Declaration
public static double[] GetRange(ILineSizeHost lines, int from, int to)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ILineSizeHost | lines | |
| System.Int32 | from | |
| System.Int32 | to | 
Returns
| Type | 
|---|
| System.Double[] | 
GetTotal(ILineSizeHost, Int32, Int32)
Declaration
public static double GetTotal(ILineSizeHost lines, int from, int to)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ILineSizeHost | lines | |
| System.Int32 | from | |
| System.Int32 | to | 
Returns
| Type | 
|---|
| System.Double | 
SetRange(IEditableLineSizeHost, Int32, Int32, Double[])
Declaration
public static void SetRange(IEditableLineSizeHost lines, int from, int to, double[] values)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IEditableLineSizeHost | lines | |
| System.Int32 | from | |
| System.Int32 | to | |
| System.Double[] | values |