I'm developing MAUI project and having SelectionBackground API (in Brush type) and have to set this color to native view's (UIView) background (which is UIColor type) or set to IView's background (which is Paint type). So i need to convert that Brush value to Paint or UIColor type, but i can't find the solution for this.
Please help me to resolve this.
Thanks.