API Diff between 4.0.0.394984-pre10 and 4.2.0.848062
133 Additions
200 Removals
Xamarin.Forms
-
public enum ActivationFlags
-
public class BaseShellItem : NavigableElement, IPropertyPropagationController, IVisualController, IFlowDirectionController, ITabStopElement
-
public static class BindableObjectExtensions
-
public class Button : View, IFontElement, ITextElement, IBorderElement, IButtonController, IViewController, IVisualElementController, IElementController, IElementConfiguration<Button>, IPaddingElement, IImageController, IButtonElement, IImageElement
-
public class CheckBox : View, IElementConfiguration<CheckBox>, IBorderElement, IColorElement
-
public class CheckedChangedEventArgs : EventArgs
-
public struct Color
-
public static class Device
-
public class FlyoutItem : ShellItem
-
public class GridItemsLayout : ItemsLayout
-
public class GroupableItemsView : SelectableItemsView
-
public abstract class HandlerAttribute : Attribute
-
public class ItemsLayoutTypeConverter : TypeConverter
-
public enum ItemsUpdatingScrollMode
-
public class ItemsView : View
-
public class ItemsViewScrolledEventArgs : EventArgs
-
public class ListItemsLayout : ItemsLayout
-
public class : ShellItem
-
public enum NamedSize
-
public class NavigationPage : Page, IPageContainer<Page>, IBarElement, INavigationPageController, IElementConfiguration<NavigationPage>
-
public class Page : VisualElement, ILayout, IPageController, IVisualElementController, IElementController, IElementConfiguration<Page>, IPaddingElement
-
public static class Routing
-
public class SearchHandler : BindableObject, ISearchHandlerController
-
public class Shell : Page, IShellController, IPageController, IVisualElementController, IElementController, IPropertyPropagationController
- public class NavigationImpl : NavigationProxy
- public static readonly BindableProperty BackgroundColorProperty
- public static readonly BindableProperty DisabledColorProperty
- public static readonly BindableProperty FlyoutBackgroundImageAspectProperty
- public static readonly BindableProperty FlyoutBackgroundImageProperty
- public static readonly BindableProperty ForegroundColorProperty
- public static readonly BindableProperty
- public static readonly BindableProperty TabBarBackgroundColorProperty
- public static readonly BindableProperty TabBarDisabledColorProperty
- public static readonly BindableProperty TabBarForegroundColorProperty
- public static readonly BindableProperty ShellBackgroundColorProperty
- public static readonly BindableProperty ShellDisabledColorProperty
- public static readonly BindableProperty ShellForegroundColorProperty
- public static readonly BindableProperty ShellTabBarBackgroundColorProperty
- public static readonly BindableProperty ShellTabBarDisabledColorProperty
- public static readonly BindableProperty ShellTabBarForegroundColorProperty
- public static readonly BindableProperty ShellTabBarTitleColorProperty
- public static readonly BindableProperty ShellTabBarUnselectedColorProperty
- public static readonly BindableProperty ShellTitleColorProperty
- public static readonly BindableProperty ShellUnselectedColorProperty
- public static readonly BindableProperty TabBarTitleColorProperty
- public static readonly BindableProperty TabBarUnselectedColorProperty
- public static readonly BindableProperty TitleColorProperty
- public static readonly BindableProperty UnselectedColorProperty
- public ShellItemCollection Flyout { get; }
- public ImageSource FlyoutBackgroundImage { get; set; }
- public Aspect FlyoutBackgroundImageAspect { get; set; }
- public IList<ShellItem> Items { get; }
- public ShellItemCollection Items { get; }
- public MenuItemCollection { get; }
- public string Route { get; set; }
- public string RouteHost { get; set; }
- public string RouteScheme { get; set; }
- public static Color GetBackgroundColor(BindableObject obj)
- public static Color GetDisabledColor(BindableObject obj)
- public static Color GetForegroundColor(BindableObject obj)
- public static DataTemplate GetItemTemplate(BindableObject obj)
- public static DataTemplate (BindableObject obj)
- public static Color GetTabBarBackgroundColor(BindableObject obj)
- public static Color GetTabBarDisabledColor(BindableObject obj)
- public static Color GetTabBarForegroundColor(BindableObject obj)
- public static Color GetShellBackgroundColor(BindableObject obj)
- public static Color GetShellDisabledColor(BindableObject obj)
- public static Color GetShellForegroundColor(BindableObject obj)
- public static Color GetShellTabBarBackgroundColor(BindableObject obj)
- public static Color GetShellTabBarDisabledColor(BindableObject obj)
- public static Color GetShellTabBarForegroundColor(BindableObject obj)
- public static Color GetShellTabBarTitleColor(BindableObject obj)
- public static Color GetShellTabBarUnselectedColor(BindableObject obj)
- public static Color GetShellTitleColor(BindableObject obj)
- public static Color GetShellUnselectedColor(BindableObject obj)
- public static Color GetTabBarTitleColor(BindableObject obj)
- public static Color GetTabBarUnselectedColor(BindableObject obj)
- public static Color GetTitleColor(BindableObject obj)
- public static Color GetUnselectedColor(BindableObject obj)
- public static void SetBackgroundColor(BindableObject obj, Color value)
- public static void SetDisabledColor(BindableObject obj, Color value)
- public static void SetForegroundColor(BindableObject obj, Color value)
- public static void SetItemTemplate(BindableObject obj, DataTemplate itemTemplate)
- public static void (BindableObject obj, DataTemplate menuItemTemplate)
- public static void SetTabBarBackgroundColor(BindableObject obj, Color value)
- public static void SetTabBarDisabledColor(BindableObject obj, Color value)
- public static void SetTabBarForegroundColor(BindableObject obj, Color value)
- public static void SetShellBackgroundColor(BindableObject obj, Color value)
- public static void SetShellDisabledColor(BindableObject obj, Color value)
- public static void SetShellForegroundColor(BindableObject obj, Color value)
- public static void SetShellTabBarBackgroundColor(BindableObject obj, Color value)
- public static void SetShellTabBarDisabledColor(BindableObject obj, Color value)
- public static void SetShellTabBarForegroundColor(BindableObject obj, Color value)
- public static void SetShellTabBarTitleColor(BindableObject obj, Color value)
- public static void SetShellTabBarUnselectedColor(BindableObject obj, Color value)
- public static void SetShellTitleColor(BindableObject obj, Color value)
- public static void SetShellUnselectedColor(BindableObject obj, Color value)
- public static void SetTabBarTitleColor(BindableObject obj, Color value)
- public static void SetTabBarUnselectedColor(BindableObject obj, Color value)
- public static void SetTitleColor(BindableObject obj, Color value)
- public static void SetUnselectedColor(BindableObject obj, Color value)
-
public sealed class ShellContentCollection : IList<ShellContent>, ICollection<ShellContent>, IEnumerable<ShellContent>, IEnumerable, INotifyCollectionChanged
-
public class ShellItem : ShellGroupItem, IShellItemController, IElementController, IElementConfiguration<ShellItem>, IPropertyPropagationController
-
public sealed class ShellItemCollection : IEnumerable<ShellItem>, IEnumerable, IList<ShellItem>, ICollection<ShellItem>, INotifyCollectionChanged
-
public class ShellSection : ShellGroupItem, IShellSectionController, IElementController, IPropertyPropagationController
-
public sealed class ShellSectionCollection : IList<ShellSection>, ICollection<ShellSection>, IEnumerable<ShellSection>, IEnumerable, INotifyCollectionChanged
-
public class Switch : View, IElementConfiguration<Switch>
-
public class Tab : ShellSection
-
public class TabBar : ShellItem
-
public class TemplatedPage : Page, IControlTemplated
-
public class TemplatedView : Layout, IControlTemplated
-
public sealed class ExportCellAttribute : HandlerAttribute
-
public sealed class ExportHandlerAttribute : HandlerAttribute
-
public sealed class ExportImageSourceHandlerAttribute : HandlerAttribute
-
public sealed class ExportRendererAttribute : HandlerAttribute
-
public static class Forms
-
public enum TizenTitleBarVisibility
-
public class ViewInitializedEventArgs : EventArgs
Xamarin.Forms.Core.Design
Xamarin.Forms.Internals
Xamarin.Forms.Platform.Tizen
-
public static class AccessibilityExtensions
-
public class ButtonRenderer : ViewRenderer<Button, Button>
-
public class CheckBoxRenderer : ViewRenderer<CheckBox, Check>
-
public static class ColorExtensions
-
public class EntryRenderer : ViewRenderer<Entry, Entry>
-
public sealed class ExportCellAttribute : HandlerAttribute
-
public sealed class ExportHandlerAttribute : HandlerAttribute
-
public sealed class ExportImageSourceHandlerAttribute : HandlerAttribute
-
public sealed class ExportRendererAttribute : HandlerAttribute
-
public static class Forms
-
public class ItemsViewRenderer : ViewRenderer<ItemsView, CollectionView>
-
public static class KeyboardExtensions
- public static void UpdateKeyboard(this IEntry control, Keyboard keyboard, bool isSpellCheckEnabled, bool isTextPredictionEnabled)
- public static void UpdateKeyboard(this Entry control, Keyboard keyboard, bool isSpellCheckEnabled, bool isTextPredictionEnabled)
-
public enum TizenTitleBarVisibility
-
public class ViewInitializedEventArgs : EventArgs
-
public abstract class VisualElementRenderer<TElement> : IVisualElementRenderer, IRegisterable, IDisposable, IEffectControlProvider where TElement : VisualElement
Xamarin.Forms.Platform.Tizen.Native
Xamarin.Forms.PlatformConfiguration.AndroidSpecific
Xamarin.Forms.PlatformConfiguration.iOSSpecific
Xamarin.Forms.StyleSheets
Xamarin.Forms.Xaml