Metadata definitions for Slider2D. More...
Public Attributes | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.Slider2D") |
| Metaclass for Slider2D. | |
Public Attributes inherited from SliderConceptMetadata | |
| DynamicPropertyType< Float > | MaxDistanceFromCurveProperty |
| The distance from the curve where hit testing succeeds. More... | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.SliderConcept") |
| Metaclass for SliderConcept. | |
Public Attributes inherited from RangeConceptMetadata | |
| DynamicPropertyType< Boolean > | IsValueChangingProperty |
| Whether the value is currently changing. More... | |
| DynamicPropertyType< Float > | MaximumValueProperty |
| The maximum value that the range allows. More... | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.RangeConcept") |
| Metaclass for RangeConcept. | |
| DynamicPropertyType< Float > | MinimumValueProperty |
| The minimum value that the range allows. More... | |
| DynamicPropertyType< Float > | NormalizedValueProperty |
| The current value normalized to range [0, 1]. More... | |
| DynamicPropertyType< Float > | StepProperty |
| The minimum amount that the value of the range can change at a time. More... | |
| AbstractMessageType | ValueChangedMessage |
| Occurs when the range value has changed. More... | |
| AbstractMessageType | ValueChangeFinishedMessage |
| Occurs when the range value stops changing. More... | |
| AbstractMessageType | ValueChangeStartedMessage |
| Occurs when the range value starts changing. More... | |
| DynamicPropertyType< Float > | ValueProperty |
| The current value. More... | |