←Select platform

AnnPenLineCap Enumeration

Summary

Specifies the shape at the end of a line or segment.

Syntax

C#
VB
C++
public enum AnnPenLineCap 
  
Public Enum AnnPenLineCap  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class AnnPenLineCap : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0FlatA cap that does not extend past the last point of the line. Comparable to no line cap.
1SquareA rectangle that has a height equal to the line thickness and a length equal to half the line thickness.
2RoundA semicircle that has a diameter equal to the line thickness.
3TriangleAn isosceles right triangle whose base length is equal to the thickness of the line.
Remarks

For more information see System.Windows.Media.PenLineCap.

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