←Select platform

TickMarksStroke Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly