←Select platform

DashCap Property

Summary

Gets or sets the cap style used at the end of the dashes that make up dashed lines drawn with this AnnPen object.

Syntax

C#
VB
C++
public virtual DashCap DashCap { get; set; } 
  
Public Overridable Property DashCap As DashCap 
public: 
virtual property DashCap DashCap { 
   DashCap get(); 
   void set (    DashCap ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly