LEADTOOLS Annotations (Leadtools.Annotations assembly)

ShowTickMarks Property (AnnPolyRulerObject)

Show in webframe





Gets or sets a value indicating whether the tick marks for this AnnPolyRulerObject are visible.
Syntax
public virtual bool ShowTickMarks {get; set;}
'Declaration
 
Public Overridable Property ShowTickMarks As Boolean
'Usage
 
Dim instance As AnnPolyRulerObject
Dim value As Boolean
 
instance.ShowTickMarks = value
 
value = instance.ShowTickMarks

            

            
public:
virtual property bool ShowTickMarks {
   bool get();
   void set (    bool value);
}

Property Value

true if the tick marks for this AnnPolyRulerObject are visible; false otherwise.
Example
For an example, refer to AnnPolyRulerObject.
Requirements

Target Platforms

See Also

Reference

AnnPolyRulerObject Class
AnnPolyRulerObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.