Leadtools.Annotations Namespace > AnnPen Class : DashCap Property |
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);
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.
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