| Package | com.esri.ags.symbol |
| Class | public class MarkerSymbol |
| Inheritance | MarkerSymbol Symbol flash.events.EventDispatcher |
| Subclasses | PictureMarkerSymbol, SimpleMarkerSymbol |
See also
| Property | Defined by | ||
|---|---|---|---|
| angle : Number
The angle of the marker.
| MarkerSymbol | ||
| xoffset : Number
The offset on the x-axis in pixels.
| MarkerSymbol | ||
| yoffset : Number
The offset on the y-axis in pixels.
| MarkerSymbol | ||
| angle | property |
angle:Number [read-write]The angle of the marker. 0 is pointing right and values progress clockwise.
This property can be used as the source for data binding.
Implementation public function get angle():Number
public function set angle(value:Number):void
| xoffset | property |
xoffset:Number [read-write]The offset on the x-axis in pixels.
This property can be used as the source for data binding.
Implementation public function get xoffset():Number
public function set xoffset(value:Number):void
| yoffset | property |
yoffset:Number [read-write]The offset on the y-axis in pixels.
This property can be used as the source for data binding.
Implementation public function get yoffset():Number
public function set yoffset(value:Number):void