Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 918 Bytes

spec.md

File metadata and controls

57 lines (41 loc) · 918 Bytes
name about title labels assignees
Spec
An official specification for enhancements
[Spec]
proposal-open, t/enhancement ➕

[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]