| Property | Defined by | ||
|---|---|---|---|
| alertColor : uint
The alert color value.
| _Style | ||
| backgroundColor : uint
The background color.
| _Style | ||
| borderColor : uint
The border color.
| _Style | ||
| failureColor : uint
The failue color value.
| _Style | ||
| infoColor : uint
The info color value.
| _Style | ||
| roundedCorner : uint
The rounded corner value.
| _Style | ||
| sheet : StyleSheet [read-only]
Returns the current style sheet.
| _Style | ||
| successColor : uint
The success color value.
| _Style | ||
| warningColor : uint
The warning color value.
| _Style | ||
| Method | Defined by | ||
|---|---|---|---|
|
_Style()
Creates a new _Style class.
| _Style | ||
| alertColor | property |
public var alertColor:uintThe alert color value.
| backgroundColor | property |
public var backgroundColor:uintThe background color.
| borderColor | property |
public var borderColor:uintThe border color.
| failureColor | property |
public var failureColor:uintThe failue color value.
| infoColor | property |
public var infoColor:uintThe info color value.
| roundedCorner | property |
public var roundedCorner:uintThe rounded corner value.
| sheet | property |
sheet:StyleSheet [read-only]Returns the current style sheet.
Implementation public function get sheet():StyleSheet
| successColor | property |
public var successColor:uintThe success color value.
| warningColor | property |
public var warningColor:uintThe warning color value.
| _Style | () | constructor |
public function _Style()Creates a new _Style class.