←Select platform

AnnStrokeAlignment Enumeration

Summary

Specifies the alignment of the stroke width.

Syntax

C#
VB
Java
WinRT C#
C++
public enum AnnStrokeAlignment  
Public Enum AnnStrokeAlignment  
    
public enum AnnStrokeAlignment  
public enum AnnStrokeAlignment 
Leadtools.Annotations.Core.AnnStrokeAlignment = function() { }; 
Leadtools.Annotations.Core.AnnStrokeAlignment.prototype = { 
 
  Center = 0x00000000, 
    Inset = 0x00000001, 
     
 }; 
public: 
   enum class AnnStrokeAlignment sealed 

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

Leadtools.Annotations.Core Assembly