LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

LineJoin Property






Gets or sets the System.Drawing.Drawing2D.LineJoin style for the ends of two consecutive lines drawn with this AnnPen object.
Syntax
public virtual LineJoin LineJoin {get; set;}
'Declaration
 
Public Overridable Property LineJoin As LineJoin
'Usage
 
Dim instance As AnnPen
Dim value As LineJoin
 
instance.LineJoin = value
 
value = instance.LineJoin
public virtual LineJoin LineJoin {get; set;}
 get_LineJoin();
set_LineJoin(value);
public:
virtual property LineJoin LineJoin {
   LineJoin get();
   void set (    LineJoin value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnPen Class
AnnPen Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.