LEADTOOLS Annotations (Leadtools.Annotations assembly)

ShowTickMarks Property (IAnnRulerObject)

Show in webframe





Gets or sets a value indicating whether the tick marks for the ruler are visible.
Syntax
bool ShowTickMarks {get; set;}
'Declaration
 
Property ShowTickMarks As Boolean
'Usage
 
Dim instance As IAnnRulerObject
Dim value As Boolean
 
instance.ShowTickMarks = value
 
value = instance.ShowTickMarks

            

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

Property Value

true if the tick marks are visible; false otherwise.
Remarks
To set the length of the tick marks, set the TickMarksLength property.
For more information, refer to Using Rulers in Annotation Objects.
Requirements

Target Platforms

See Also

Reference

IAnnRulerObject Interface
IAnnRulerObject Members

 

 


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