Package | com.adobe.portfolio.components.supportClasses |
Class | public class IconToggleButton |
Inheritance | IconToggleButton ![]() |
Default MXML Propertylabel
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
Default constructor. | IconToggleButton |
altColor | property |
altColor:uint
[read-only] An appropriate alternate color for the button.
This property can be used as the source for data binding.
public function get altColor():uint
baseColor | property |
baseColor:uint
[read-only] An appropriate base color for the button.
This property can be used as the source for data binding.
public function get baseColor():uint
defaultIcon | property |
defaultIcon:Class
[read-only] The icon image to be used for this button.
This property can be used as the source for data binding.
public function get defaultIcon():Class
iconRotation | property |
iconRotation:int
[read-only] An appropriate degree of rotation for the displayed icon.
This property can be used as the source for data binding.
public function get iconRotation():int
IconToggleButton | () | Constructor |
public function IconToggleButton()
Default constructor.