Interface IFixedExtentMetrics
Namespace: Unity.UIWidgets.widgets
Syntax
public interface IFixedExtentMetrics
Properties
itemIndex
Declaration
int itemIndex { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
copyWith(Nullable<Single>, Nullable<Single>, Nullable<Single>, Nullable<Single>, Nullable<AxisDirection>, Nullable<Int32>)
Declaration
FixedExtentMetrics copyWith(float? minScrollExtent = default(float? ), float? maxScrollExtent = default(float? ), float? pixels = default(float? ), float? viewportDimension = default(float? ), AxisDirection? axisDirection = default(AxisDirection? ), int? itemIndex = default(int? ))
Parameters
Type | Name | Description |
---|---|---|
Nullable<Single> | minScrollExtent | |
Nullable<Single> | maxScrollExtent | |
Nullable<Single> | pixels | |
Nullable<Single> | viewportDimension | |
Nullable<AxisDirection> | axisDirection | |
Nullable<Int32> | itemIndex |
Returns
Type | Description |
---|---|
FixedExtentMetrics |