←Select platform

HitTestedRuler Property

Summary

Gets the name of the current hit tested AnnPolyRulerObject.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public string HitTestedRuler { get; } 
Public ReadOnly Property HitTestedRuler As String 
public string HitTestedRuler {get;} 
@property (nonatomic,copy,readonly) NSString* hitTestedRuler; 
public String getHitTestedRuler() 
 get_HitTestedRuler();  
public:  
   property String^ HitTestedRuler 
   { 
      String^ get() 
   } 

Property Value

The name of the current hit tested AnnPolyRulerObject. It will either be FirstRulerHitTestObject, SecondRulerHitTestObject, or an empty string.

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