←Select platform

AnnStrokeLineCap Enumeration

Summary

Indicates the cap style for ending a line.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum AnnStrokeLineCap  
Public Enum AnnStrokeLineCap  
    
public enum AnnStrokeLineCap  
typedef enum LTAnnStrokeLineCap 
public enum AnnStrokeLineCap 
Leadtools.Annotations.Core.AnnStrokeLineCap = function() { }; 
Leadtools.Annotations.Core.AnnStrokeLineCap.prototype = { 
 
  Flat = 0x00000000, 
    Square = 0x00000001, 
    Round = 0x00000002, 
    Triangle = 0x00000003, 
     
 }; 
public: 
   enum class AnnStrokeLineCap sealed 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly