LinePointHighlighterFollowLineType enum
Type of follow line(s) to draw.
Values
- nearest → const LinePointHighlighterFollowLineType
-
Draw a follow line for only the nearest point in the selection.
- none → const LinePointHighlighterFollowLineType
-
Draw no follow lines.
- all → const LinePointHighlighterFollowLineType
-
Draw a follow line for every point in the selection.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
LinePointHighlighterFollowLineType> - A constant List of the values in this enum, in order of their declaration.