Gets or sets a PenLineJoin enumeration value that specifies the type of join that is used at the vertices of the item's outline.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public PenLineJoin StrokeLineJoin { get; set; } |
Visual Basic Copy Code |
---|
Public Property StrokeLineJoin As PenLineJoin |
A member of the PenLineJoin enumeration. The default value is PenLineJoin.Miter.
WpfDiagram Programmer's Guide | © 2024 MindFusion |