←Select platform

GaugeLength Property

Summary

Gets or sets the length of the gauge (the perpendicular lines at the ends of the ruler) for this AnnPolyRulerObject.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public virtual LeadLengthD GaugeLength { get; set; } 
Public Overridable Property GaugeLength As Leadtools.LeadLengthD 
public virtual Leadtools.LeadLengthD GaugeLength {get; set;} 
@property (nonatomic) LeadLengthD gaugeLength; 
public LeadLengthD getGaugeLength() 
public void setGaugeLength(LeadLengthD gaugeLength) 
             
  
get_GaugeLength(); 
set_GaugeLength(value); 
Object.defineProperty('GaugeLength');  
public:  
   virtual property LeadLengthD^ GaugeLength 
   { 
      LeadLengthD^ get() 
      void set(LeadLengthD^ value) 
   } 

Property Value

A Leadtools.LeadLengthD that specifies the length of the gauge (the perpendicular lines at the ends of the ruler) for this AnnPolyRulerObject.

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