[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]
[The feature]
Provide a concise description of the feature and the motivation for adding it to Xamarin.Forms
API
[ class ]
Properties
Events
Scenarios
C# Example
XAML Example
CSS Example
Backward Compatibility
Minimum API levels?
Breaking changes?
Unsupported platforms?
Difficulty : [low/medium/high]