var stackLayout = new StackLayout { Padding = new Thickness (10, 10, 10, 20), Children = { new Label {Text = "Hello"}, new Label {Text = "World"} } } ...
確定! 回上一頁