'Stroke' does not have a property called 'StrokeAlignment'

Hi,

I tried to use the StrokeAlignment property as described in the doc here https://www.fusetools.com/learn/fuse#keyword-stroke and got this error on build

'Stroke' does not have a property called 'StrokeAlignment'

My code

  <Stroke Width="1" Brush="#ff0" StrokeAlignment="Inside"/>

I would like to know if there is a way to add a stoke only on the top of the elment (or any other position specificaly )

Hi

StrokeAlignment has been renamed to Alignment. We are in the process of updating our documentation.

<Stroke Width="1" Brush="#ff0" Alignment="Inside"/>