Product: PowerShell Universal
Version: 1.4.6
This is the code I have that calls an image. However the image is not located on page where I’d like it. How can I move the image?
$Pages += New-UDPage @AdditionalParameters -Name “Holland” -Content {
New-AppBar -Title "Holland"
New-UDContainer {
New-UDGrid -Container -Content {
New-UDGrid -Item -extrasmallsize 12 -Content {
New-UDImage -url 'http://localhost:5000/images/f2.png'
}