Skip to content

Instantly share code, notes, and snippets.

@SamedBll
Last active August 24, 2017 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SamedBll/d97c1f56f1d5009be7dbfeb771f68371 to your computer and use it in GitHub Desktop.
Save SamedBll/d97c1f56f1d5009be7dbfeb771f68371 to your computer and use it in GitHub Desktop.
B(C) - 22
public class MetricBoxViewPage : ContentPage
{
public MetricBoxViewPage()
{
Content = new BoxView
{
Color = Color.Accent,
WidthRequest = 64,
HeightRequest = 160,
HorizontalOptions = LayoutOptions.Center,
VerticalOptions = LayoutOptions.Center
};
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment