C# 클래스 ImageGlass.Theme.Theme

파일 보기 프로젝트 열기: d2phap/ImageGlass 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
about string
author string
autosizewindow string
back string
backcolor Color
bottomBarColor Color
bottombar string
checkBackground string
compatibility string
convert string
description string
dislike string
email string
extension string
fullscreen string
gotoimage string
leftrotate string
like string
menu string
name string
next string
open string
preview string
print string
refresh string
report string
rightrotate string
scaletofit string
scaletoheight string
scaletowidth string
settings string
slideshow string
statuscolor Color
thumbnail string
topbar string
topbartransparent int
type string
uploadfb string
version string
website string
zoomin string
zoomlock string
zoomout string

공개 메소드들

메소드 설명
ApplyTheme ( string themePath ) : void

Apply the new theme

LoadTheme ( string file ) : bool

Read theme data from theme configuration file (Version 1.5+). Return TRUE if sucessful, FALSE if the theme format is older version

LoadThemeOldVersion ( string file ) : void

Read theme data from theme configuration file (Version 1.4)

SaveAsTheme ( string dir ) : void

Save theme compatible with v1.5+

Theme ( ) : System.Drawing
Theme ( string file ) : System.Drawing

Read theme data from theme configuration file (Version 1.5+)

메소드 상세

ApplyTheme() 공개 메소드

Apply the new theme
public ApplyTheme ( string themePath ) : void
themePath string Đường dẫn đầy đủ của *.igtheme
리턴 void

LoadTheme() 공개 메소드

Read theme data from theme configuration file (Version 1.5+). Return TRUE if sucessful, FALSE if the theme format is older version
public LoadTheme ( string file ) : bool
file string
리턴 bool

LoadThemeOldVersion() 공개 메소드

Read theme data from theme configuration file (Version 1.4)
public LoadThemeOldVersion ( string file ) : void
file string
리턴 void

SaveAsTheme() 공개 메소드

Save theme compatible with v1.5+
public SaveAsTheme ( string dir ) : void
dir string
리턴 void

Theme() 공개 메소드

public Theme ( ) : System.Drawing
리턴 System.Drawing

Theme() 공개 메소드

Read theme data from theme configuration file (Version 1.5+)
public Theme ( string file ) : System.Drawing
file string
리턴 System.Drawing

프로퍼티 상세

about 공개적으로 프로퍼티

public string about
리턴 string

author 공개적으로 프로퍼티

public string author
리턴 string

autosizewindow 공개적으로 프로퍼티

public string autosizewindow
리턴 string

back 공개적으로 프로퍼티

public string back
리턴 string

backcolor 공개적으로 프로퍼티

public Color backcolor
리턴 Color

bottomBarColor 공개적으로 프로퍼티

public Color bottomBarColor
리턴 Color

bottombar 공개적으로 프로퍼티

public string bottombar
리턴 string

checkBackground 공개적으로 프로퍼티

public string checkBackground
리턴 string

compatibility 공개적으로 프로퍼티

public string compatibility
리턴 string

convert 공개적으로 프로퍼티

public string convert
리턴 string

description 공개적으로 프로퍼티

public string description
리턴 string

dislike 공개적으로 프로퍼티

public string dislike
리턴 string

email 공개적으로 프로퍼티

public string email
리턴 string

extension 공개적으로 프로퍼티

public string extension
리턴 string

fullscreen 공개적으로 프로퍼티

public string fullscreen
리턴 string

gotoimage 공개적으로 프로퍼티

public string gotoimage
리턴 string

leftrotate 공개적으로 프로퍼티

public string leftrotate
리턴 string

like 공개적으로 프로퍼티

public string like
리턴 string

menu 공개적으로 프로퍼티

public string menu
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

next 공개적으로 프로퍼티

public string next
리턴 string

open 공개적으로 프로퍼티

public string open
리턴 string

preview 공개적으로 프로퍼티

public string preview
리턴 string

print 공개적으로 프로퍼티

public string print
리턴 string

refresh 공개적으로 프로퍼티

public string refresh
리턴 string

report 공개적으로 프로퍼티

public string report
리턴 string

rightrotate 공개적으로 프로퍼티

public string rightrotate
리턴 string

scaletofit 공개적으로 프로퍼티

public string scaletofit
리턴 string

scaletoheight 공개적으로 프로퍼티

public string scaletoheight
리턴 string

scaletowidth 공개적으로 프로퍼티

public string scaletowidth
리턴 string

settings 공개적으로 프로퍼티

public string settings
리턴 string

slideshow 공개적으로 프로퍼티

public string slideshow
리턴 string

statuscolor 공개적으로 프로퍼티

public Color statuscolor
리턴 Color

thumbnail 공개적으로 프로퍼티

public string thumbnail
리턴 string

topbar 공개적으로 프로퍼티

public string topbar
리턴 string

topbartransparent 공개적으로 프로퍼티

public int topbartransparent
리턴 int

type 공개적으로 프로퍼티

public string type
리턴 string

uploadfb 공개적으로 프로퍼티

public string uploadfb
리턴 string

version 공개적으로 프로퍼티

public string version
리턴 string

website 공개적으로 프로퍼티

public string website
리턴 string

zoomin 공개적으로 프로퍼티

public string zoomin
리턴 string

zoomlock 공개적으로 프로퍼티

public string zoomlock
리턴 string

zoomout 공개적으로 프로퍼티

public string zoomout
리턴 string