C# Class com.openrest.v1_1.ColorScheme

显示文件 Open project: wix/openrest4net

Public Properties

Property Type Description
background string
border string
buttonDown string
buttonFont string
buttonOver string
buttonUp string
categoryDown string
categoryFont string
categoryOver string
categoryUp string
font string
imageBackground string
imageBorder string
theme string

Public Methods

Method Description
ColorScheme ( ) : System
ColorScheme ( String theme, String background, String font, String border, String imageBackground, String imageBorder, String buttonFont, String buttonUp, String buttonDown, String buttonOver, String categoryFont, String categoryUp, String categoryDown, String categoryOver ) : System

Method Details

ColorScheme() public method

public ColorScheme ( ) : System
return System

ColorScheme() public method

public ColorScheme ( String theme, String background, String font, String border, String imageBackground, String imageBorder, String buttonFont, String buttonUp, String buttonDown, String buttonOver, String categoryFont, String categoryUp, String categoryDown, String categoryOver ) : System
theme String
background String
font String
border String
imageBackground String
imageBorder String
buttonFont String
buttonUp String
buttonDown String
buttonOver String
categoryFont String
categoryUp String
categoryDown String
categoryOver String
return System

Property Details

background public_oe property

public string background
return string

border public_oe property

public string border
return string

buttonDown public_oe property

public string buttonDown
return string

buttonFont public_oe property

public string buttonFont
return string

buttonOver public_oe property

public string buttonOver
return string

buttonUp public_oe property

public string buttonUp
return string

categoryDown public_oe property

public string categoryDown
return string

categoryFont public_oe property

public string categoryFont
return string

categoryOver public_oe property

public string categoryOver
return string

categoryUp public_oe property

public string categoryUp
return string

font public_oe property

public string font
return string

imageBackground public_oe property

public string imageBackground
return string

imageBorder public_oe property

public string imageBorder
return string

theme public_oe property

public string theme
return string