LEADTOOLS Annotations (Leadtools.Annotations assembly)

DashCap Property

Show in webframe





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

See Also

Reference

AnnPen Class
AnnPen Members

 

 


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