SetterModelValue Property
|
Gives a new value to the selected property.
Namespace:
Livit.Learn.Model.ActionsAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic string Value { get; set; }
Property Value
Type:
String
RemarksValue can receive data in the following formats:
- Bool (true, false)
- Color
- Double
- Int
- Vectors
- String
See Also