Ellipse
A Ellipse shape view.
Example​
- swiftui-react-native
- SwiftUI
- React Native
<Ellipse fill="red" frame={{ width: 100, height: 150 }} />
Ellipse()
.fill(Color.red)
.frame(width: 100, height: 150)
<View
style={{ width: 100, height: 150, backgroundColor: 'red', borderRadius: 10 }}
/>
Props​
Ellipse inherits all View Modifiers as props.