API Diff between 1.3.2 and 1.2.0-pre2
124 Additions
26 Removals
Xamarin.CommunityToolkit.Behaviors
Xamarin.CommunityToolkit.Converters
-
public abstract class <TFrom, TTo> : ValueConverterExtension, IValueConverter
- public object (object value, Type targetType, object parameter, CultureInfo culture)
-
public abstract class <TFrom, TTo> : BaseNullableConverterOneWay<TFrom, TTo>
- protected ()
- public abstract TFrom (TTo value)
-
public abstract class <TFrom, TTo> : ValueConverterExtension, IValueConverter
- protected ()
- public virtual object (object value, Type targetType, object parameter, CultureInfo culture)
- public abstract TTo (TFrom value)
-
public class : BaseNullableConverter<byte[], ImageSource>
- public object (object value, Type targetType, object parameter, CultureInfo culture)
- public object (object value, Type targetType, object parameter, CultureInfo culture)
-
public class : BaseConverter<DateTimeOffset, DateTime>
- public object (object value, Type targetType, object parameter, CultureInfo culture)
- public object (object value, Type targetType, object parameter, CultureInfo culture)
-
public class : BaseNullableConverterOneWay<string, ImageSource>
- public object (object value, Type targetType, object parameter, CultureInfo culture)
- public object (object value, Type targetType, object parameter, CultureInfo culture)
-
public class : BaseConverter<int, bool>
- public object (object value, Type targetType, object parameter, CultureInfo culture)
- public object (object value, Type targetType, object parameter, CultureInfo culture)
-
public class : BaseConverter<bool, bool>
- public object (object value, Type targetType, object parameter, CultureInfo culture)
- public object (object value, Type targetType, object parameter, CultureInfo culture)
-
public class : BaseConverterOneWay<IComparable, bool>
-
public class : BaseNullableConverterOneWay<object, bool>
- public object (object value, Type targetType, object parameter, CultureInfo culture)
- public object (object value, Type targetType, object parameter, CultureInfo culture)
-
public class : BaseNullableConverterOneWay<object, bool>
- public object (object value, Type targetType, object parameter, CultureInfo culture)
- public object (object value, Type targetType, object parameter, CultureInfo culture)
-
public class : BaseNullableConverterOneWay<SelectedItemChangedEventArgs, object>
- public object (object value, Type targetType, object parameter, CultureInfo culture)
- public object (object value, Type targetType, object parameter, CultureInfo culture)
-
public class : BaseNullableConverterOneWay<ItemTappedEventArgs, object>
- public object (object value, Type targetType, object parameter, CultureInfo culture)
- public object (object value, Type targetType, object parameter, CultureInfo culture)
-
public class : BaseNullableConverterOneWay<IEnumerable, bool>
- public object (object value, Type targetType, object parameter, CultureInfo culture)
- public object (object value, Type targetType, object parameter, CultureInfo culture)
-
public class : BaseNullableConverterOneWay<IEnumerable, bool>
- public object (object value, Type targetType, object parameter, CultureInfo culture)
- public object (object value, Type targetType, object parameter, CultureInfo culture)
Xamarin.CommunityToolkit.Effects
Xamarin.CommunityToolkit.Effects.Semantic
Xamarin.CommunityToolkit.Extensions
-
public static class
- public static void (string text)
- public static void (this VisualElement element)
Xamarin.CommunityToolkit.Helpers
Xamarin.CommunityToolkit.ObjectModel.Internals
Xamarin.CommunityToolkit.PlatformConfiguration.AndroidSpecific
-
public static class NavigationBarEffect
- public static readonly BindableProperty ColorProperty
- public static readonly BindableProperty StyleProperty
- public static Color GetColor(BindableObject bindable)
- public static Color GetNavigationBarColor(this IPlatformElementConfiguration<Android, Page> config)
- public static NavigationBarStyle GetNavigationBarStyle(this IPlatformElementConfiguration<Android, Page> config)
- public static NavigationBarStyle GetStyle(BindableObject bindable)
- public static void SetColor(BindableObject bindable, Color value)
- public static IPlatformElementConfiguration<Android, Page> SetNavigationBarColor(this IPlatformElementConfiguration<Android, Page> config, Color color)
- public static IPlatformElementConfiguration<Android, Page> SetNavigationBarStyle(this IPlatformElementConfiguration<Android, Page> config, NavigationBarStyle style)
- public static void SetStyle(BindableObject bindable, NavigationBarStyle value)
-
public enum NavigationBarStyle
Xamarin.CommunityToolkit.UI.Views
Xamarin.CommunityToolkit.UI.Views.Options
-
public class
- public static Thickness { get; set; }
- public Thickness { get; set; }
- public void (bool result)