Click or drag to resize

SetterModelValue Property

Gives a new value to the selected property.

Namespace:  Livit.Learn.Model.Actions
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string Value { get; set; }

Property Value

Type: String
Remarks

Value can receive data in the following formats:

  • Bool (true, false)
  • Color
  • Double
  • Int
  • Vectors
  • String

See Also