ScrollBarData(Func<Number>) Constructor

Initializes a new instance of the ScrollBarData class.

Definition

Namespace: Firefly.Box.UI.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public ScrollBarData(
	Func<Number> getCurrentValue
)

Parameters

getCurrentValue  Func<Number>
The getCurrentValue based on which this ScrollBarData will be created

See Also