-
Notifications
You must be signed in to change notification settings - Fork 1.9k
StrokeLineCap values have no effect on Windows platform #29741
Copy link
Copy link
Open
Labels
area-controls-borderBorderBorderpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/windowss/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-controls-borderBorderBorderpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/windowss/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
When using the StrokeLineCap property with values such as Flat, Round, or Square in a .NET MAUI application, the expected stroke cap styles are rendered correctly on Android, iOS, and macOS. However, on Windows, the property appears to have no visual impact—the stroke ends look the same regardless of the value set.

Android:
Windows:
Steps to Reproduce
Launch the application using the given sample - BorderSample.zip
Run the application in Android and Windows platform. The Values does not have effect on Windows
Expected Output:
Actual Output:
Link to public reproduction project repository
No response
Version with bug
10.0.0-preview.4
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
No response
Affected platforms
Windows
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output