Polyline
This component displays a line consisting of one or more straight segments, possibly having arrow(s) on its terminating segments. |
This is what a polyline component looks like:
Common Properties
Width, Height, Bindings, Enabled, Visible, Foreground, Border, Font, Cursor, Tooltip, Popup Menu
Custom Properties
Stroke
A stroke used to draw the polyline.
Property name: stroke
Property type: Data Table
Points
A table of polyline reference points, each of them characterized by (X, Y) coordinates within the polyline component internal space. The coordinates range from 0.0 to 1.0.
Property name: points
Property type: Data Table
Start Arrow
Defines whether a start arrow is drawn.
Property name: startArrow
Property type: Boolean
End Arrow
Defines whether an end arrow is drawn.
Property name: endError
Property type: Boolean
Outer Radius
Defines an outer radius of start and end arrows.
Property name: outerRadius
Property type: Float
Inner Radius
Defines an inner radius of start and end arrows.
Property name: innerRadius
Property type: Float
Angle
Defines an angle of start and end arrows.
Property name: angle
Property type: Float
Common Events
Hidden, Shown, Moved, Resized, Mouse Clicked, Mouse Pressed, Mouse Released, Mouse Entered, Mouse Exited, Mouse Moved, Mouse Wheel Moved, Key Typed, Key Pressed, Key Released, Focus Gained, Focus Lost
Was this page helpful?