C# Class Logitech_CSGO.KeyboardKey

Mostrar archivo Open project: antonpup/Logitech-CSGO

Public Properties

Property Type Description
font_size double
height double
line_break bool
margin_left double
margin_top double
tag Devices.DeviceKeys
visualName String
width double

Public Methods

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

Method Details

KeyboardKey() public method

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

Property Details

font_size public_oe property

public double font_size
return double

height public_oe property

public double height
return double

line_break public_oe property

public bool line_break
return bool

margin_left public_oe property

public double margin_left
return double

margin_top public_oe property

public double margin_top
return double

tag public_oe property

public Devices.DeviceKeys tag
return Devices.DeviceKeys

visualName public_oe property

public String visualName
return String

width public_oe property

public double width
return double