logo
NoteFly.Skin Class Reference

Skin data class. More...

Properties

Color HighlightClr [get, set]
 Gets or sets the highlight color of the skin. More...
 
string Name [get, set]
 Gets or sets the name of the skin. More...
 
Color PrimaryClr [get, set]
 Gets or sets the primary color of the skin. More...
 
string PrimaryTexture [get, set]
 Gets or sets the background image of the skin. More...
 
System.Windows.Forms.ImageLayout PrimaryTextureLayout [get, set]
 Gets or sets the background image layout of the skin. More...
 
Color SelectClr [get, set]
 Gets or sets the selection color of the skin. More...
 
Color TextClr [get, set]
 Gets or sets the text color of the skin. More...
 

Private Attributes

Color highlightclr
 The highlight color of the skin. More...
 
string name
 The name of the skin. More...
 
Color primaryclr
 The primary color of the skin. More...
 
string primarytexture = null
 Backgound image of the skin. More...
 
System.Windows.Forms.ImageLayout primarytexturelayout = System.Windows.Forms.ImageLayout.Tile
 Backgound image layout of the skin More...
 
Color selectclr
 The selection color of the skin. More...
 
Color textclr
 The text color of the skin. More...
 

Detailed Description

Member Data Documentation

Color NoteFly.Skin.highlightclr
private
string NoteFly.Skin.name
private
Color NoteFly.Skin.primaryclr
private
string NoteFly.Skin.primarytexture = null
private
System.Windows.Forms.ImageLayout NoteFly.Skin.primarytexturelayout = System.Windows.Forms.ImageLayout.Tile
private
Color NoteFly.Skin.selectclr
private
Color NoteFly.Skin.textclr
private

Property Documentation

Color NoteFly.Skin.HighlightClr
getset
string NoteFly.Skin.Name
getset
Color NoteFly.Skin.PrimaryClr
getset
string NoteFly.Skin.PrimaryTexture
getset
System.Windows.Forms.ImageLayout NoteFly.Skin.PrimaryTextureLayout
getset
Color NoteFly.Skin.SelectClr
getset
Color NoteFly.Skin.TextClr
getset