Packageflexlib.scheduling.scheduleClasses.viewers
Interfacepublic interface IHorizontalLinesViewer extends mx.core.IUIComponent



Public Properties
 PropertyDefined By
  dottedGridLines : Boolean
IHorizontalLinesViewer
  horizontalGridLineAlpha : Number
IHorizontalLinesViewer
  horizontalGridLineColor : uint
IHorizontalLinesViewer
  horizontalGridLineThickness : Number
IHorizontalLinesViewer
Public Methods
 MethodDefined By
  
IHorizontalLinesViewer
Property Detail
dottedGridLinesproperty
dottedGridLines:Boolean


Implementation
    public function get dottedGridLines():Boolean
    public function set dottedGridLines(value:Boolean):void
horizontalGridLineAlphaproperty 
horizontalGridLineAlpha:Number


Implementation
    public function get horizontalGridLineAlpha():Number
    public function set horizontalGridLineAlpha(value:Number):void
horizontalGridLineColorproperty 
horizontalGridLineColor:uint


Implementation
    public function get horizontalGridLineColor():uint
    public function set horizontalGridLineColor(value:uint):void
horizontalGridLineThicknessproperty 
horizontalGridLineThickness:Number


Implementation
    public function get horizontalGridLineThickness():Number
    public function set horizontalGridLineThickness(value:Number):void
Method Detail
update()method
public function update(event:LayoutUpdateEvent):void

Parameters

event:LayoutUpdateEvent