Papier
Composant Paper pour les applications Universal
Mis à jour
Ce contenu vous a-t-il été utile ?
Ce contenu vous a-t-il été utile ?
New-UDPaper -Elevation 0 -Content {}
New-UDPaper -Elevation 1 -Content {}
New-UDPaper -Elevation 3 -Content {}$m=@'
# Hello
## world
- a
- b
-c
'@
New-UDPaper -Elevation 7 -Children {
New-UDMarkdown -markdown $m
} -Style @{
display = 'block'
}New-UDPaper -Square -Content {}New-UDPaper -Content { } -Style @{
backgroundColor = 'red'
}