Package | org.axiis.ui |
Class | public class DataTipBackground |
Inheritance | DataTipBackground ![]() |
Implements | mx.binding.IBindingClient |
Default MXML Propertygeometry
Property | Defined By | ||
---|---|---|---|
calloutWidthRatio : Number
How wide the base of the callout triangle is where it intersects with the side of the callout
| DataTipBackground | ||
calloutX : Number = 0
The X position of the callout relative to its 0,0 location
| DataTipBackground | ||
calloutY : Number = 0
The Y position of the callout relative to its 0,0 location
| DataTipBackground |
Method | Defined By | ||
---|---|---|---|
DataTipBackground |
calloutWidthRatio | property |
public var calloutWidthRatio:Number
How wide the base of the callout triangle is where it intersects with the side of the callout
calloutX | property |
public var calloutX:Number = 0
The X position of the callout relative to its 0,0 location
calloutY | property |
public var calloutY:Number = 0
The Y position of the callout relative to its 0,0 location
DataTipBackground | () | Constructor |
public function DataTipBackground()