Even if I do that, I still can't use BaseColor and Alpha together, right?
This is what I've got at the moment...
xml code:
<Element xsi:type="FigureElement" Id="FgrTestB">
<Position Left="113" Top="-4" Width="500" Height="60">
<Units>AllPixels</Units>
<Anchor Vertical="TopBottomFixed"/>
</Position>
<Figure>
<RoundRect>
<Radius>5</Radius>
</RoundRect>
</Figure>
<Border>
<Color>
<BaseColor/>
</Color>
</Border>
</Element>
<Element xsi:type="FigureElement" Id="FgrTestF">
<Position Left="113" Top="-4" Width="500" Height="60">
<Units>AllPixels</Units>
<Anchor Vertical="TopBottomFixed"/>
</Position>
<Figure>
<RoundRect>
<Radius>5</Radius>
</RoundRect>
</Figure>
<Fill>
<PlainColor>
<BaseColor/>
</PlainColor>
</Fill>
</Element>
Edit: never mind. Just had a closer look at the scripting docs; apparently there's a Transparency tag that works on BaseColor.