showTickValue Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(AnnPolyRulerObject.prototype, 'showTickValue', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
showTickValue: boolean; 

Property Value

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

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