Click or drag to resize

RangeT Constructor (T)

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Range(
	T value
)

Parameters

value
Type: T
Value for the start and end of the range.
See Also