←Select platform

ShowTickValue Property

Summary

Gets or sets a value indicating whether the tick mark values for this AnnPolyRulerObject are visible.

Syntax
C#
VB
Objective-C
C++
Java
public virtual bool ShowTickValue { get; set; } 
Public Overridable Property ShowTickValue As Boolean 
@property (nonatomic) BOOL showTickValue; 
public boolean getShowTickValue() 
public void setShowTickValue(boolean showTickValue) 
public:  
   virtual property bool ShowTickValue 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

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

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