C# Class Logitech_CSGO.KeyboardKey

Afficher le fichier Open project: antonpup/Logitech-CSGO

Méthodes publiques

Свойство Type Description
font_size double
height double
line_break bool
margin_left double
margin_top double
tag Devices.DeviceKeys
visualName String
width double

Méthodes publiques

Méthode 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

Method Details

KeyboardKey() public méthode

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
Résultat Newtonsoft.Json

Property Details

font_size public_oe property

public double font_size
Résultat double

height public_oe property

public double height
Résultat double

line_break public_oe property

public bool line_break
Résultat bool

margin_left public_oe property

public double margin_left
Résultat double

margin_top public_oe property

public double margin_top
Résultat double

tag public_oe property

public Devices.DeviceKeys tag
Résultat Devices.DeviceKeys

visualName public_oe property

public String visualName
Résultat String

width public_oe property

public double width
Résultat double