←Select platform

ShowTickMarks Property

Summary

Gets or sets a value indicating whether the tick marks for the ruler are visible.

Syntax

C#
VB
C++
public bool ShowTickMarks { get; set; } 
  
Property ShowTickMarks As Boolean 
property bool ShowTickMarks { 
   bool get(); 
   void set (    bool ); 
} 

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 WPF Annotation Objects.

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.Windows.Annotations Assembly