←Select platform

Stroke Property

Summary

The AnnStroke associated with this AnnLineEnding.

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

Property Value

The AnnStroke used to draw this AnnLineEnding. The default value is a solid red stroke with length of 1.

Remarks

This property should be used to trace the outline of this ending style. The function AnnPolylineObjectRenderer.RenderEndingStyles is responsible for determining whether to use this property.

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