SafeEdgePanel does not have a property called 'Edges'

I’m trying to test the SafeEdgePanel but I get The error:

SafeEdgePanel does not have a property called Edges.

My code:

<DockPanel>
        <SafeEdgePanel Edges="LeftTopRight" Dock="Top" Color="#FFF" ExtraPadding="2">
            <Text Value="App Title" Alignment="Center">
        </SafeEdgePanel>
    </DockPanel>

This code is from the docs: https://fuseopen.com/docs/layout/safe-layout.html#safeedgepanel

Yeah, the docs need to change: https://github.com/fuse-open/fuselibs/issues/1132

Its PadEdges now.

I’ve made a PR for the corrections: https://github.com/fuse-open/docs/pull/39