←Select platform

AnnPenLineJoin Enumeration

Summary

Specifies the type of joint used at the vertices of a shape's outline.

Syntax

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

Members

ValueMemberDescription
0MiterRegular angular vertices.
1BevelBeveled vertices.
2RoundRounded vertices.
Remarks

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

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