-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Let's add drawable Layouts like Grid, or Stack or so.
And then we can do like this:
<alohakit:CanvasView>
<alohakit:StackLayout>
<alohakit:RoundRectangle
WidthRequest="50" HeightRequest="50"
CornerRadius="12, 0, 0, 24"
Fill="Orange" />
<alohakit:Grid>
<alohakit:RoundRectangle
WidthRequest="50" HeightRequest="50"
CornerRadius="12, 0, 0, 24"
Fill="Orange" />
</alohakit:Grid>
</alohakit:StackLayout>
</alohakit:CanvasView>Of course naming is random, but the idea is - to have one canvas with a lot if graphic introls inside.
jsuarezruiz and mediaexplorer74
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request