C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the AnnStroke used to draw the tick marks for the AnnPolylineObject.
public AnnStroke TickMarksStroke { get; set; }
Public Property TickMarksStroke As Leadtools.Annotations.Core.AnnStroke
public Leadtools.Annotations.Core.AnnStroke TickMarksStroke {get; set;}
@property (nonatomic) LTAnnStroke* tickMarksStroke;
public AnnStroke getTickMarksStroke()
public void setTickMarksStroke(AnnStroke stroke)
get_TickMarksStroke();
set_TickMarksStroke(value);
Object.defineProperty('TickMarksStroke');
The AnnStroke used to draw the tick marks for the AnnPolylineObject.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET