TextControlData(FuncText) Constructor
Namespace: Firefly.Box.UI.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public TextControlData(
Func<Text> getValue
)
Public Sub New (
getValue As Func(Of Text)
)
new :
getValue : Func<Text> -> TextControlData
Parameters
- getValue FuncText
- The getValue based on which this TextControlData will be created