-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Spec] Rounded Corners #10
Copy link
Copy link
Closed
Labels
area-drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingproposal/opent/enhancement ☀️New feature or requestNew feature or request
Milestone
Metadata
Metadata
Assignees
Labels
area-drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingproposal/opent/enhancement ☀️New feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Rounded Corners
Rounded Corners are a common visual requirement.
API
We need to add an interface for defining what's required for a View to implement corner rounding (and provide CSS support):
The CornerRadius BindableProperty can be implemented in one place:
The following Views are candidates for rounded corners:
Scenarios
C# Example
XAML Example
Difficulty: Medium
Providing the interface is simple; individual implementations may vary in difficulty.