| Package | com.esri.ags.skins |
| Class | public class ScaleBarUSSkin |
| Inheritance | ScaleBarUSSkin spark.components.supportClasses.Skin |
| Implements | mx.binding.IBindingClient |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| hostComponent : ScaleBar
A strongly typed property that references the component to which this skin is applied. | ScaleBarUSSkin | ||
| label : Label Label to display US text. | ScaleBarUSSkin | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | ScaleBarUSSkin | ||
| Method | Defined By | ||
|---|---|---|---|
measure():void [override]
Here we override the measure method and adjust the position of parts _before_ we
call the super.measure that will define the width and height based on the newly position. | ScaleBarUSSkin | ||
| hostComponent | property |
public var hostComponent:ScaleBarA strongly typed property that references the component to which this skin is applied.
This property can be used as the source for data binding.
| label | property |
public var label:LabelLabel to display US text.
This property can be used as the source for data binding.
| ScaleBarUSSkin | () | Constructor |
public function ScaleBarUSSkin()Constructor.
| measure | () | method |
override protected function measure():voidHere we override the measure method and adjust the position of parts _before_ we call the super.measure that will define the width and height based on the newly position.