Skip to content

Third #3

@PureWeen

Description

@PureWeen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions