LEADTOOLS Annotations (Leadtools.Annotations assembly)

LineJoin Property

Show in webframe





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 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

See Also

Reference

AnnPen Class
AnnPen Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.