How to draw the path as imaged attached

Jeyamani Sekar 0 Reputation points
2025-02-05T08:28:48.0533333+00:00

Need to draw the path as shown in the image in .NET Maui, it was implemented in Xamarin forms while converting to MAUI path are not creating same as Xamarin forms used same coordinates to create the path, please help us to create the path. It was designed as inside content page has content view the content view was designed using relative layout inside that relative layout the ellipse and path are defined as shown in the image Screenshot_20250122_105753.jpg. Please help us to create the path

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,942 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 48,586 Reputation points Microsoft Vendor
    2025-02-17T06:46:05.91+00:00

    Hello,

    Since the same code works as expected in Xamarin.Forms and the Maui documentation does not mention changes to coordinates and RelativeLayout, this is an unexpected behavior. In this case, it is recommended that you report it to the Maui official code repository to make our development team aware of it.

    For element stacking in Maui, it is recommended that you use Grid or AbsoluteLayout because they are supported during the life cycle of Maui, that is, they will be updated with fixes and new features.

    Best Regards,

    Alec Liu.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.