C# Class ImageGlass.Theme.Theme

ファイルを表示 Open project: d2phap/ImageGlass Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
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+)

Method Details

ApplyTheme() public method

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

LoadTheme() public method

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
return bool

LoadThemeOldVersion() public method

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

SaveAsTheme() public method

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

Theme() public method

public Theme ( ) : System.Drawing
return System.Drawing

Theme() public method

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

Property Details

about public_oe property

public string about
return string

author public_oe property

public string author
return string

autosizewindow public_oe property

public string autosizewindow
return string

back public_oe property

public string back
return string

backcolor public_oe property

public Color backcolor
return Color

bottomBarColor public_oe property

public Color bottomBarColor
return Color

bottombar public_oe property

public string bottombar
return string

checkBackground public_oe property

public string checkBackground
return string

compatibility public_oe property

public string compatibility
return string

convert public_oe property

public string convert
return string

description public_oe property

public string description
return string

dislike public_oe property

public string dislike
return string

email public_oe property

public string email
return string

extension public_oe property

public string extension
return string

fullscreen public_oe property

public string fullscreen
return string

gotoimage public_oe property

public string gotoimage
return string

leftrotate public_oe property

public string leftrotate
return string

like public_oe property

public string like
return string

menu public_oe property

public string menu
return string

name public_oe property

public string name
return string

next public_oe property

public string next
return string

open public_oe property

public string open
return string

preview public_oe property

public string preview
return string

print public_oe property

public string print
return string

refresh public_oe property

public string refresh
return string

report public_oe property

public string report
return string

rightrotate public_oe property

public string rightrotate
return string

scaletofit public_oe property

public string scaletofit
return string

scaletoheight public_oe property

public string scaletoheight
return string

scaletowidth public_oe property

public string scaletowidth
return string

settings public_oe property

public string settings
return string

slideshow public_oe property

public string slideshow
return string

statuscolor public_oe property

public Color statuscolor
return Color

thumbnail public_oe property

public string thumbnail
return string

topbar public_oe property

public string topbar
return string

topbartransparent public_oe property

public int topbartransparent
return int

type public_oe property

public string type
return string

uploadfb public_oe property

public string uploadfb
return string

version public_oe property

public string version
return string

website public_oe property

public string website
return string

zoomin public_oe property

public string zoomin
return string

zoomlock public_oe property

public string zoomlock
return string

zoomout public_oe property

public string zoomout
return string