User Interface
User Interface (UI) refers to the visual and interactive elements of a digital system or application that enable users to interact with and control it.
About the component

- Last Update 25 Oct, 2023
- Component Version : 1.0.0
- API 21, Android 5.0 Lollipop
- 32 Blocks Available
This component represents a toggle switch that can be turned on or off. It provides properties to customize the thumb and track colors for both active and inactive states, and an event to handle state changes.
Overview
A visible component that creates a switch-like interface and also acts as a switch. It is used to toggle between two states.
Events
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | Integer | 0 |
2 | right | Integer | 0 |
3 | top | Integer | 0 |
4 | bottom | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | Integer | 0 |
2 | right | Integer | 0 |
3 | top | Integer | 0 |
4 | bottom | Integer | 0 |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get BackgroundColor | color | #FFFFFF00 |
2 | set BackgroundColor | color | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Enabled | boolean | true |
2 | set Enabled | boolean | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get FontSize | Integer | 14.0 |
2 | set FontSize | Integer | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Height | Integer | -1 |
2 | set Height | Integer | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Width | Integer | -1 |
2 | set Width | Integer | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | set heightPercent | Integer | - |
2 | set WidthPercent | Integer | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get On | boolean | - |
2 | set On | boolean | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Text | text | - |
2 | set Text | text | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get TextColor | color | #000000FF |
2 | set TextColor | color | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get ThumbColorActive | color | #FFFFFFFF |
2 | set ThumbColorActive | color | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get ThumbColorInactive | color | #CCCCCCFF |
2 | set ThumbColorInactive | color | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get TrackColorActive | color | #00FF00FF |
2 | set TrackColorActive | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get TrackColorInactive | color | #444444FF |
2 | set TrackColorInactive | color | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Visible | boolean | true |
2 | set Visible | boolean | - |