Also while i’m at it I’ve noticed -TitleAlignment doesnt seem to be working on New-UDCard,
e.g on a blank page:
New-UDCard -title "Total" -Content {
New-UDTypography -text "Test 1234" -Align right
} -TitleAlignment right
The title is being drawn on the left still:
As is the text which is also using typography and aligned right - but not sure if this is intended or not?