Pgs.CrossPlatform.FormattedText by: PGS_SOFTWARE 6,572 total downloads last updated 4/24/2017 Latest version: 2.1.2 Xamarin Xamarin.Form Xamarin.Android C# .NET Enchanted label for Xamarin.Forms which allows you to style text within single label, using user-defined tags(ex. HTML-style tags).
MVVMProperties by: c60a81cefc9bfea8e45857ddeb6c58d3 207 total downloads last updated 12/9/2020 Latest version: 2.0.1 MVVM MVVMProperties Properties PropertyChangedEventHandler PropertyChanged OnPropertyChanged CallerMemberName T INotifyPropertyChanged System.Runtime.CompilerServices More tags Makes properties more flexible and easier to work with. private string _s = ""; public string _S { get => _s; set { _s = value; OnPropertyChanged(); } } The library will allow the code above to be replaced by one... More information