-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
[The feature]
Provide a concise description of the feature and the motivation for adding it to Xamarin.Forms
API
[ class ]
Properties
| API | Description |
|---|---|
| [name] | Gets or sets [description]. |
Events
| API | Description |
|---|---|
| [name] | [API documentation/description] |
Scenarios
C# Example
var thing = new MyNewControl();
thing.BeAwesome = true;
thing.Color = Color.Cornsilk;XAML Example
<MyNewControl x:Name="thing" BeAwesome="true" Color="Cornsilk" />CSS Example
MyNewControl {
color: Cornsilk;
}Backward Compatibility
Minimum API levels?
Breaking changes?
Unsupported platforms?
Difficulty : [low/medium/high]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels