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

DashCap Property






Gets or sets the cap style used at the end of the dashes that make up dashed lines drawn with this AnnPen object.
Syntax
public virtual DashCap DashCap {get; set;}
'Declaration
 
Public Overridable Property DashCap As DashCap
'Usage
 
Dim instance As AnnPen
Dim value As DashCap
 
instance.DashCap = value
 
value = instance.DashCap
public virtual DashCap DashCap {get; set;}
 get_DashCap();
set_DashCap(value);
public:
virtual property DashCap DashCap {
   DashCap get();
   void set (    DashCap value);
}

Property Value

A System.Drawing.Drawing2D.DashCap value that represents the cap style used at the end of the dashes that make up dashed lines drawn with this AnnPen object.
Remarks

Gets or sets a System.Drawing.Drawing2D.DashCap value that represents the cap style used at the beginning and end of the dashes that make up dashed lines drawn with this AnnPen object.

Do not set this property to DashCap.Triangle if the AnnPen object has its Pen.Alignment property set to PenAlignment.Inset.

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.