←Select platform

ShowTickMarks Property

Summary
Gets or sets a value indicating whether the tick marks for this AnnPolyRulerObject are visible.
Syntax
C#
VB
Objective-C
C++
Java
public virtual bool ShowTickMarks { get; set; } 
Public Overridable Property ShowTickMarks As Boolean 
@property (nonatomic) BOOL showTickMarks; 
public boolean getShowTickMarks() 
public void setShowTickMarks(boolean showTickMarks) 
public:  
   virtual property bool ShowTickMarks 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if the tick marks for this AnnPolyRulerObject are visible; otherwise, it is false

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.