←Select platform

ShowTickMarks Property

Summary

Gets or sets a value indicating whether the tick marks for this AnnCrossProductObject are visible.

Syntax

C#
VB
C++
public virtual bool ShowTickMarks { get; set; } 
  
Public Overridable Property ShowTickMarks As Boolean 
public: 
virtual property bool ShowTickMarks { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the tick marks for this AnnCrossProductObject are visible; false otherwise.

Remarks

For more information, refer to Using Rulers in Annotation Objects. (Deprecated)

Example

For an example, refer to AnnCrossProductObject.

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 Assembly