Inheritance
System.Object
FixedScrollMetrics
public class FixedScrollMetrics : ScrollMetrics
Constructors
Declaration
public FixedScrollMetrics(float minScrollExtent = 0F, float maxScrollExtent = 0F, float pixels = 0F, float viewportDimension = 0F, AxisDirection axisDirection = AxisDirection.down)
Parameters
Type |
Name |
Description |
System.Single |
minScrollExtent |
|
System.Single |
maxScrollExtent |
|
System.Single |
pixels |
|
System.Single |
viewportDimension |
|
AxisDirection |
axisDirection |
|
Properties
Declaration
public AxisDirection axisDirection { get; }
Property Value
Implements
Declaration
public float maxScrollExtent { get; }
Property Value
Type |
Description |
System.Single |
|
Implements
Declaration
public float minScrollExtent { get; }
Property Value
Type |
Description |
System.Single |
|
Implements
Declaration
public float pixels { get; }
Property Value
Type |
Description |
System.Single |
|
Implements
Declaration
public float viewportDimension { get; }
Property Value
Type |
Description |
System.Single |
|
Implements
Methods
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Extension Methods