Skip to main content

Control Modifications

Text Value Control now supports Disabled color

Text Value Control now supports Disabled color and Enabled property (bindable through HandleControlState), so it can be directly used inside of other control supporting disabled state.


Text Button Control now supports Text color and Data Binding

Text Value Control now supports text color as property. The following properties are now bindable:

  • PressedImage
  • HoveredColor
  • DisabledColor

Button Control: New Properties and Data Binding

The Button Control has following new properties:

  • HoveredColorPropertyReference
  • HoveredColorPropertyProvider
  • DisabledColorPropertyReference
  • DisabledColorPropertyProvider

The following properties are now bindable:

  • PressedImage
  • HoveredColor
  • DisabledColor