Distance Lines
Show()
, UpdateLines()
, Hide()
methods can be attached to appropriate events like OnStartResize
, OnResize
, OnEndResize
for ease of use.
Options
Left
DistanceLine
optionalLine from the left border of the parent.
Right
DistanceLine
optionalLine from the right border of the parent.
Top
DistanceLine
optionalLine from the top border of the parent.
Bottom
DistanceLine
optionalLine from the bottom border of the parent.
Allow Intersection
bool
Allow lines intersection.If disabled lines are drawn from parent border to the nearest Target border; otherwise from parent border to the same Target border.