Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

ShowTickMarks Property (AnnRulerObject)






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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)