←Select platform

LineJoin Property

Summary

Gets or sets the System.Drawing.Drawing2D.LineJoin style for the ends of two consecutive lines drawn with this AnnPen object.

Syntax

C#
VB
C++
public virtual LineJoin LineJoin { get; set; } 
  
Public Overridable Property LineJoin As LineJoin 
public: 
virtual property LineJoin LineJoin { 
   LineJoin get(); 
   void set (    LineJoin ); 
} 

Property Value

A System.Drawing.Drawing2D.LineJoin value that represents the join style for the ends of two consecutive lines drawn with this AnnPen object.

Example

For an example, refer to AnnPen.

Requirements

Target Platforms

See Also

Reference

AnnPen Class

AnnPen Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly