Packageorg.apache.flex.core
Interfacepublic interface IBorderModel extends IBead, IBeadModel, IEventDispatcher, flash.events.IEventDispatcher
Implementors SingleLineBorderModel

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The IBorderModel interface is the basic interface for a data model for drawing borders.



Public Properties
 PropertyDefined By
  offsets : Rectangle
[read-only] The offsets from the edges of the host component where the border should be drawn.
IBorderModel
 Inheritedstrand : IStrand
[write-only] The host component for this bead.
IBead
Property Detail
offsetsproperty
offsets:Rectangle  [read-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The offsets from the edges of the host component where the border should be drawn.


Implementation
    public function get offsets():Rectangle