| Package | stimulsoft.controls.theme |
| Class | public class StiTheme |
| Inheritance | StiTheme Object |
| Subclasses | StiButtonTheme, StiExpanderTheme, StiFormTheme, StiGroupBoxTheme, StiLabelTheme, StiMenuTheme, StiPanelTheme, StiScrollBarTheme, StiTextInputTheme |
| Property | Defined By | ||
|---|---|---|---|
| backgroundColor : StiColor | StiTheme | ||
| backgroundDisabledColor : StiColor | StiTheme | ||
| black : XMLNode [static] [read-only] | StiTheme | ||
| blue : XMLNode [static] [read-only] | StiTheme | ||
| borderColor : StiColor | StiTheme | ||
| borderDisabledColor : StiColor | StiTheme | ||
| cornerRadius : Number | StiTheme | ||
| font : StiFont | StiTheme | ||
| fontColor : StiColor | StiTheme | ||
| fontDisabledColor : StiColor | StiTheme | ||
| image : String | StiTheme | ||
| imageRectangle : StiRectangle | StiTheme | ||
| imageSize : StiSize | StiTheme | ||
| office2013 : XMLNode [static] [read-only] | StiTheme | ||
| silver : XMLNode [static] [read-only] | StiTheme | ||
| theme : XMLNode | StiTheme | ||
| Method | Defined By | ||
|---|---|---|---|
StiTheme() | StiTheme | ||
| Method | Defined By | ||
|---|---|---|---|
decodeImage(bitmapData:BitmapData):void | StiTheme | ||
| backgroundColor | property |
backgroundColor:StiColor public function get backgroundColor():StiColor public function set backgroundColor(value:StiColor):void| backgroundDisabledColor | property |
backgroundDisabledColor:StiColor public function get backgroundDisabledColor():StiColor public function set backgroundDisabledColor(value:StiColor):void| black | property |
black:XMLNode [read-only] public static function get black():XMLNode| blue | property |
blue:XMLNode [read-only] public static function get blue():XMLNode| borderColor | property |
borderColor:StiColor public function get borderColor():StiColor public function set borderColor(value:StiColor):void| borderDisabledColor | property |
borderDisabledColor:StiColor public function get borderDisabledColor():StiColor public function set borderDisabledColor(value:StiColor):void| cornerRadius | property |
cornerRadius:Number public function get cornerRadius():Number public function set cornerRadius(value:Number):void| font | property |
font:StiFont public function get font():StiFont public function set font(value:StiFont):void| fontColor | property |
fontColor:StiColor public function get fontColor():StiColor public function set fontColor(value:StiColor):void| fontDisabledColor | property |
fontDisabledColor:StiColor public function get fontDisabledColor():StiColor public function set fontDisabledColor(value:StiColor):void| image | property |
image:String public function get image():String public function set image(value:String):void| imageRectangle | property |
imageRectangle:StiRectangle public function get imageRectangle():StiRectangle public function set imageRectangle(value:StiRectangle):void| imageSize | property |
imageSize:StiSize public function get imageSize():StiSize public function set imageSize(value:StiSize):void| office2013 | property |
office2013:XMLNode [read-only] public static function get office2013():XMLNode| silver | property |
silver:XMLNode [read-only] public static function get silver():XMLNode| theme | property |
theme:XMLNode public function get theme():XMLNode public function set theme(value:XMLNode):void| StiTheme | () | Constructor |
public function StiTheme()| decodeImage | () | method |
protected function decodeImage(bitmapData:BitmapData):voidParameters
bitmapData:BitmapData |