XD Xamarin.Forms Version: Export is incorrect« Back to Questions List

When exporting to Xamarin Forms from Adobe XD using the Lightning Storm Export Kit plugin I get a lot of property references which don't seem to exist in the current version of Xamarin.Forms.  For example, the "Rectangle" objects have assignments being made to the "Height" and "Width" properties, which are readonly properties according to Xamarin documentation.  I had to manually change those to "HeightRequest" and "WidthRequest".  Similarly, "VerticalAlignment" and "HorizontalAlignment" properties don't exist, so I had to change those to "VerticalOptions" and "HorizontalOptions".

Question 1: Is there a way for me to update the Xamarin.Forms reference being used for the export, or am I doing something else wrong?

Question 2: The widgets being used to build some of these layers are things like "BoxView" and "AbsoluteLayout".  Is there any way for me to customize those or manually declare the widget I would like used, like a button or a listview or something?

Asked by barney3113
Added November 23, 2021 10:57 pm

Do you have the right answer? If you do other users will benefit from your contribution, share your knowledge with the community!

Asked by barney3113
573 views
0 answers
Last Answered 2 years ago by barney3113

Categories

Recent Answers

asked by zaineb khiari
asked by nmax
asked by shanrt
[+] View All Recent Questions

Share Your Knowledge!

Contribute to the community and help other users to benefit from your answer with experience and knowledge.