LEADTOOLS Annotations (Leadtools.Annotations assembly)

ShowTickMarks Property (AnnRulerObject)

Show in webframe





Gets or sets a value indicating whether the tick marks for this AnnRulerObject object are visible.
Syntax
public virtual bool ShowTickMarks {get; set;}
'Declaration
 
Public Overridable Property ShowTickMarks As Boolean
'Usage
 
Dim instance As AnnRulerObject
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 AnnRulerObject object are visible; false otherwise.
Remarks
For more information, refer to Using Rulers in Annotation Objects.
Example
For an example, refer to AnnRulerObject.
Requirements

Target Platforms

See Also

Reference

AnnRulerObject Class
AnnRulerObject Members

 

 


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