endSlot property

int endSlot
getter/setter pair

Get the slot the shape end is attached to the anchor. The begin slot references the position where the end shape is attached to the anchor.

12 slots are possible, -1 indicates N/A. The numbers indicate position similar to a clock face. ShapeForm.circleSegment follows the circle from begin to end slot, ShapeForm.line spans over the circle from begin to end slot

Implementation

int endSlot;