public TabBarItem()
 {
     BackgroundColor   = Color.Transparent;
     ContentLayout     = new ButtonContentLayout(ImagePosition.Top, 5);
     HorizontalOptions = LayoutOptions.End;
     VerticalOptions   = LayoutOptions.End;
 }
Exemple #2
0
 public SearchCharacteristicIcon()
 {
     TextColor       = Color.Black;
     ContentLayout   = new ButtonContentLayout(ButtonContentLayout.ImagePosition.Top, -5);
     BorderColor     = Color.White;
     BackgroundColor = Color.White;
     BorderWidth     = 2;
 }