I seem to be missing a piece to this puzzle... I have a View with a bound ViewModel using a Custom Page Renderer on Android. The only properties the renderer is detecting changes to are Renderer, Width and Height. The ViewModel is correctly calling OnPropertyChanged but the properties from that class aren't reaching the renderer.
Help?