TabBadgeView public class TabBadgeView : TemplatedView Documentation Code public static BindableProperty AutoHideProperty public static BindableProperty BackgroundColorProperty public static BindableProperty BadgeAnimationProperty public static BindableProperty BorderColorProperty public static BindableProperty IsAnimatedProperty public static BindableProperty PlacementTargetProperty public static BindableProperty TextColorProperty public static BindableProperty TextProperty public bool AutoHide { get; set; } public Color BackgroundColor { get; set; } public IBadgeAnimation BadgeAnimation { get; set; } public Color BorderColor { get; set; } public bool IsAnimated { get; set; } public View PlacementTarget { get; set; } public string Text { get; set; } public Color TextColor { get; set; } public TabBadgeView()