- Messages
- 10,057
- Country
-
This is for FS2004 XML coding;
Can you fill a Polyline (Triangle, shape) ?
I experimented. It crashes the gauge. Perhaps I am doing it wrong? Perhaps it goes in a specific location?
Can you fill a Polyline (Triangle, shape) ?
I experimented. It crashes the gauge. Perhaps I am doing it wrong? Perhaps it goes in a specific location?
Code:
<Element>
<Position X="282" Y="106" />
<Polyline Color="#43EAF0" LineWidth="3">
<Point X="-12" Y="0" />
<Point X="12" Y="0" />
<Point X="0" Y="18" />
<Point X="-12" Y="0" />
</Polyline>
</Element>