C# 클래스 Appacker.Settings

파일 보기 프로젝트 열기: SerGreen/Appacker

공개 프로퍼티들

프로퍼티 타입 설명
customFileDescription string
height int
isRepackable bool
isSplashProgressBarEnabled bool
isWindowless bool
language string
launchArguments string
openUnpackDirectory bool
positionLeft int
positionTop int
unpackDirectory MainForm.UnpackDirectory
width int

프로퍼티 상세

customFileDescription 공개적으로 프로퍼티

public string customFileDescription
리턴 string

height 공개적으로 프로퍼티

public int height
리턴 int

isRepackable 공개적으로 프로퍼티

public bool isRepackable
리턴 bool

isSplashProgressBarEnabled 공개적으로 프로퍼티

public bool isSplashProgressBarEnabled
리턴 bool

isWindowless 공개적으로 프로퍼티

public bool isWindowless
리턴 bool

language 공개적으로 프로퍼티

public string language
리턴 string

launchArguments 공개적으로 프로퍼티

public string launchArguments
리턴 string

openUnpackDirectory 공개적으로 프로퍼티

public bool openUnpackDirectory
리턴 bool

positionLeft 공개적으로 프로퍼티

public int positionLeft
리턴 int

positionTop 공개적으로 프로퍼티

public int positionTop
리턴 int

unpackDirectory 공개적으로 프로퍼티

public MainForm.UnpackDirectory unpackDirectory
리턴 MainForm.UnpackDirectory

width 공개적으로 프로퍼티

public int width
리턴 int