Property | Type | Description | |
---|---|---|---|
font_size | double | ||
height | double | ||
line_break | bool | ||
margin_left | double | ||
margin_top | double | ||
tag | Devices.DeviceKeys | ||
visualName | String | ||
width | double |
Method | Description | |
---|---|---|
KeyboardKey ( String text, Devices tag, bool linebreak = false, double fontsize = 12, double margin_left = 7, double margin_top, double width = 30, double height = 30 ) : Newtonsoft.Json |
public KeyboardKey ( String text, Devices tag, bool linebreak = false, double fontsize = 12, double margin_left = 7, double margin_top, double width = 30, double height = 30 ) : Newtonsoft.Json | ||
text | String | |
tag | Devices | |
linebreak | bool | |
fontsize | double | |
margin_left | double | |
margin_top | double | |
width | double | |
height | double | |
return | Newtonsoft.Json |