Interface ScrollMetrics
Namespace: Unity.UIWidgets.widgets
Syntax
public interface ScrollMetrics
Properties
axisDirection
Declaration
AxisDirection axisDirection { get; }
Property Value
| Type | Description |
|---|---|
| AxisDirection |
maxScrollExtent
Declaration
float maxScrollExtent { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
minScrollExtent
Declaration
float minScrollExtent { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
pixels
Declaration
float pixels { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
viewportDimension
Declaration
float viewportDimension { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |