Packagecom.adobe.portfolio.components.supportClasses
Classpublic class IconToggleButton
InheritanceIconToggleButton Inheritance spark.components.ToggleButton

A toggle button whose skin incorporates an icon. The use of the properties within this class are highly dependent on the skin implementation, and may change from skin to skin.

Default MXML Propertylabel



Public Properties
 PropertyDefined By
  altColor : uint
[read-only] An appropriate alternate color for the button.
IconToggleButton
  baseColor : uint
[read-only] An appropriate base color for the button.
IconToggleButton
  defaultIcon : Class
[read-only] The icon image to be used for this button.
IconToggleButton
  iconRotation : int
[read-only] An appropriate degree of rotation for the displayed icon.
IconToggleButton
Public Methods
 MethodDefined By
  
Default constructor.
IconToggleButton
Property Detail
altColorproperty
altColor:uint  [read-only]

An appropriate alternate color for the button.

This property can be used as the source for data binding.


Implementation
    public function get altColor():uint
baseColorproperty 
baseColor:uint  [read-only]

An appropriate base color for the button.

This property can be used as the source for data binding.


Implementation
    public function get baseColor():uint
defaultIconproperty 
defaultIcon:Class  [read-only]

The icon image to be used for this button.

This property can be used as the source for data binding.


Implementation
    public function get defaultIcon():Class
iconRotationproperty 
iconRotation:int  [read-only]

An appropriate degree of rotation for the displayed icon.

This property can be used as the source for data binding.


Implementation
    public function get iconRotation():int
Constructor Detail
IconToggleButton()Constructor
public function IconToggleButton()

Default constructor.