BiDrawAnchor

This class defines static properties that represent the anchoring locations for link lines.

This class extends BiObject and therefore all methods and fields available for BiObject are also available for BiDrawAnchor .

Constructor

new BiDrawAnchor ( )

Parameters

No parameters.

Properties

None.

Methods

None.

Events

None.

Static Methods

None.

Static Fields

NameTypeDescripton
ANYNumberAny anchor position
BNumberAny bottom anchor position
BCNumberThe bottom-center anchor position
BLNumberThe bottom-left anchor position
BRNumberThe bottom-right anchor position
CNumberAny center anchor position
CORNERSNumberAny corner anchor position
EDGESNumberAny edge anchor position
LNumberAny left anchor position
MNumberAny middle anchor position
MCNumberThe middle-center anchor position
MLNumberThe middle-left anchor position
MRNumberThe middle-right anchor position
RNumberAny right anchor position
TNumberAny top anchor position
TCNumberThe top-center anchor position
TLNumberThe top-left anchor position
TRNumberThe top-right anchor position

Remarks

None.