←Select platform

Length Property

Summary

The length for this AnnLineEnding.

Syntax
C#
VB
C++
public LeadLengthD Length { get; set; } 
Public Property Length() As LeadLengthD 
   Get 
   Set 
public:  
   property LeadLengthD^ Length 
   { 
      LeadLengthD^ get() 
      void set(LeadLengthD^ value) 
   } 

Property Value

The length for this AnnLineEnding.

Remarks

This property should be used to specify the length of the ending style. The function AnnPolylineObjectRenderer.RenderEndingStyles is responsible for determining whether to use this property and what it is used for.

For example AnnArrowLineEnding uses this property to set the length of the arrow.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly