Gets or sets a PenLineCap enumeration value that describes the shape at the end of a line. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public PenLineCap StrokeEndLineCap { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property StrokeEndLineCap As PenLineCap |
A member of the WPF PenLineCap enumeration. The default is Flat.
See Also