Description
From @alataffective on Friday, March 1, 2019 10:51:20 AM
Link to article:
https://docs.microsoft.com/en-us/dotnet/api/system.windows.media.pathsegment.issmoothjoin?view=netframework-4.7.2
Problem 1 (affected join):
"join between this PathSegment and the previous PathSegment"
In my tests the property value affects this path segment and the next path segment not the previous as stated.
Problem 2 (corner value and definition):
Saying that true means it is not treated as a corner. What does treated as a corner mean? When true, the join between this segment and the next is rounded, giving the impression (to me at least) of a corner. So in my mind true means it is treated as a corner, where false means the lines are just drawn one over another. This does depend on the definition of corner (which is not provided).
Copied from original issue: MicrosoftDocs/feedback#1217