StartLineCap Property

Summary
Gets or sets the cap style used on the starting point of the line.
Syntax
C#
C++/CLI
public PenLineCap StartLineCap { get; set; } 
public: 
property PenLineCap StartLineCap { 
   PenLineCap get(); 
   void set (    PenLineCap ); 
} 

Property Value

A System.Windows.Media.PenLineCap value that describes the cap style used on the starting point of the D2DPen.

Remarks

The default value is PenLineCap.Round

Requirements

Target Platforms

See Also

Reference

D2DPen Class

D2DPen Members

Help Version 22.0.2023.1.26
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.