←Select platform

AnnStrokeAlignment Enumeration

Summary
Specifies the alignment of the stroke width.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum AnnStrokeAlignment  
typedef NS_ENUM (NSInteger, LTAnnStrokeAlignment) { 
 LTAnnStrokeAlignmentCenter = 0, //Specifies that the stroke width is centered in the line. 
 LTAnnStrokeAlignmentInset = 1, //Specifies that the stroke width is positioned on the inside of the line. 
}; 
public enum AnnStrokeAlignment 
public: 
   enum class AnnStrokeAlignment sealed 
class AnnStrokeAlignment(Enum): 
   Center = 0 
   Inset = 1 
Members
ValueMemberDescription
0Center Specifies that the stroke width is centered in the line.
1Inset Specifies that the stroke width is positioned on the inside of the line.
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.