←Select platform

TickMarksLength Property

Summary

Gets or sets the length of the tick marks for this AnnPolyRulerObject.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public virtual LeadLengthD TickMarksLength { get; set; } 
Public Overridable Property TickMarksLength As Leadtools.LeadLengthD 
public virtual Leadtools.LeadLengthD TickMarksLength {get; set;} 
@property (nonatomic) LeadLengthD tickMarksLength; 
public LeadLengthD getTickMarksLength() 
public void setTickMarksLength(LeadLengthD length) 
             
  
get_TickMarksLength(); 
set_TickMarksLength(value); 
Object.defineProperty('TickMarksLength');  
public:  
   virtual property LeadLengthD^ TickMarksLength 
   { 
      LeadLengthD^ get() 
      void set(LeadLengthD^ value) 
   } 

Property Value

A Leadtools.LeadLengthD that specifies the current length of the tick marks 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