C# 클래스 Logitech_CSGO.KeyboardKey

파일 보기 프로젝트 열기: antonpup/Logitech-CSGO

공개 프로퍼티들

프로퍼티 타입 설명
font_size double
height double
line_break bool
margin_left double
margin_top double
tag Devices.DeviceKeys
visualName String
width double

공개 메소드들

메소드 설명
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

메소드 상세

KeyboardKey() 공개 메소드

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
리턴 Newtonsoft.Json

프로퍼티 상세

font_size 공개적으로 프로퍼티

public double font_size
리턴 double

height 공개적으로 프로퍼티

public double height
리턴 double

line_break 공개적으로 프로퍼티

public bool line_break
리턴 bool

margin_left 공개적으로 프로퍼티

public double margin_left
리턴 double

margin_top 공개적으로 프로퍼티

public double margin_top
리턴 double

tag 공개적으로 프로퍼티

public Devices.DeviceKeys tag
리턴 Devices.DeviceKeys

visualName 공개적으로 프로퍼티

public String visualName
리턴 String

width 공개적으로 프로퍼티

public double width
리턴 double