Description
Sets/gets line ends style type
-
Property type
-
A mcmmlesTypes enumeration.
-
Syntax
-
object.LineEndsStyle [= value]
The LineEndsStyle Property syntax has these parts: |
| object | An expression evaluating to an object of type McMMOptions. | | value | A mcmmlesTypes enumeration, as described in settings. | Settings The settings for value are:
 | mcmmlesNone | 1 | |
 | mcmmlesSmallTickMarks | 2 | |
 | mcmmlesLargeTickMarks | 3 | |
 | mcmmlesSmallArrow | 4 | |
 | mcmmlesLargeArrow | 5 | |
 | mcmmlesSmallArrows | 6 | |
 | mcmmlesLargeArrows | 7 | |
|