DashCap Property

Summary
Gets or sets the pen dash cap style.
Syntax
C#
VB
C++
public PenLineCap DashCap { get; set; } 
  
Public Property DashCap As PenLineCap 
public: 
property PenLineCap DashCap { 
   PenLineCap get(); 
   void set (    PenLineCap ); 
} 

Property Value

A System.Windows.Media.PenLineCap value that describes how to shape the end of the line.

Remarks

The default value is PenLineCap.Round.

Requirements

Target Platforms

See Also

Reference

D2DPen Class

D2DPen Members

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.