EndLineCap Property

Summary
Gets or sets a value that describes how to shape the end of a line.
Syntax
C#
C++/CLI
public PenLineCap EndLineCap { get; set; } 
public: 
property PenLineCap EndLineCap { 
   PenLineCap get(); 
   void set (    PenLineCap ); 
} 

Property Value

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

Remarks

The default value is PenLineCap.Round.

Requirements

Target Platforms

See Also

Reference

D2DPen Class

D2DPen Members

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

Leadtools.Windows.D2DRendering Assembly

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