Gets a PenLineJoin enumeration value that specifies the type of join that is used at the vertices of a Shape.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public PenLineJoin StrokeLineJoin { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property StrokeLineJoin As PenLineJoin |
A member of the WPF PenLineJoin enumeration. The default is Miter.
See Also