←Select platform

TickMarksStroke Property

Summary

Gets or sets the AnnStroke used to draw the tick marks for the AnnPolylineObject.

Syntax
C#
VB
Objective-C
C++
Java
public AnnStroke TickMarksStroke { get; set; } 
Public Property TickMarksStroke As AnnStroke 
@property (nonatomic) LTAnnStroke* tickMarksStroke; 
public AnnStroke getTickMarksStroke() 
public void setTickMarksStroke(AnnStroke stroke) 
public:  
   property AnnStroke^ TickMarksStroke 
   { 
      AnnStroke^ get() 
      void set(AnnStroke^ value) 
   } 

Property Value

The AnnStroke used to draw the tick marks for the AnnPolylineObject.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly