←Select platform

AnnStrokeLineCap Enumeration

Summary
Indicates the cap style for ending a line.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum AnnStrokeLineCap  
typedef NS_ENUM(NSInteger, LTAnnStrokeLineCap) { 
 LTAnnStrokeLineCapFlat = 0,  
 LTAnnStrokeLineCapSquare = 1,  
 LTAnnStrokeLineCapRound = 2,  
 LTAnnStrokeLineCapTriangle = 3,  
}; 
public enum AnnStrokeLineCap 
public: 
   enum class AnnStrokeLineCap sealed 
class AnnStrokeLineCap(Enum): 
   Flat = 0 
   Square = 1 
   Round = 2 
   Triangle = 3 
Members
ValueMemberDescription
0Flat Specifies a flat line cap.
1Square Specifies a square line cap.
2Round Specifies a round line cap.
3Triangle Specifies a triangular line cap.
Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.