←Select platform

StartCap Property

Summary

Gets or sets the System.Drawing.Drawing2D.LineCap style used at the beginning of lines drawn with this AnnPen object.

Syntax

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

Property Value

A System.Drawing.Drawing2D.LineCap value that represents the cap style used at the beginning of lines drawn with this AnnPen object.

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