Create a rectangle with a red outline and white fill

In a form, I want a rounded rectangle with a red outline and a white interior. I can do this with two objects. Is it possible with one?

michael

Yes. Choose Fill > Outline.
Here is the blueprint of a similar object:
changeobject 2, // “RoundedRectangleShapeObject”,
“rectangle”,rectanglesize(217, 278, 72, 388),
“color”,htmlrgb(“FF0080”),
“name”,"",
“Tags”,"",
"$ShadowOpacity",“75%”,
“Opacity”,“100 %”,
"$ShadowDepth",“6”,
"$ShadowBlur",“10”,
"$CornerRadiusY",“6 px”,
"$Stroke",“Solid”,
“Procedure”,"",
“Expandable”,“0”,
"$Fill",“Outline”,
“LineWidth”,“4 px”,
"$ShadowAngle",“45°”,
"$DropShadow",“0”,
"$CornerRadiusX",“6 px”,
“ExpandShrink”,“0”,
"$CornerRadiusXY",“6 px”,
“Locked”,“0”,
"$ShadowBrightness",“0%”,
"$ToolTip",""

Thanks Kurt - don’t know how I missed that.

m