ScrollBarData(FuncNumber) 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  FuncNumber
The getCurrentValue based on which this ScrollBarData will be created

See Also