How can I use the Xamarin C# mark up extensions to set Orientation, HorizontalOptions and Spacing?

后端 未结 0 1333
粉色の甜心
粉色の甜心 2020-12-12 16:18

Here is the code I have:

var stack1 = new StackLayout() 
     { Orientation = StackOrientation.Horizontal, 
       Spacing = 0, 
       HorizontalOptions = La         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题