We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd8875 commit 13e051aCopy full SHA for 13e051a
1 file changed
src/ImageSharp.Drawing/Processing/IPen.cs
@@ -26,12 +26,12 @@ public interface IPen
26
ReadOnlySpan<float> StrokePattern { get; }
27
28
/// <summary>
29
- /// Gets the stroke joint style
+ /// Gets or sets the stroke joint style
30
/// </summary>
31
public JointStyle JointStyle { get; set; }
32
33
34
- /// Gets the endcap style
+ /// Gets or sets the endcap style
35
36
public EndCapStyle EndCap { get; set; }
37
}
0 commit comments