API Diff between 3.6.0.264807 and 4.2.0.709249
106 Additions
217 Removals
Xamarin.Forms
-
public enum ActivationFlags
-
public class BaseShellItem : NavigableElement, IPropertyPropagationController, IVisualController, IFlowDirectionController
-
public abstract class Behavior : BindableObject, IAttachedObject
-
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 ImageSource : Element
- public virtual bool IsEmpty { get; }
-
public interface IShellController : IPageController, IVisualElementController, IElementController
-
public interface IShellItemController : IElementController
-
public interface IShellSectionController : IElementController
-
public interface ITabStopElement
-
public class ItemsLayoutTypeConverter : TypeConverter
-
public enum ItemsUpdatingScrollMode
-
public class ItemsView : View
-
public class ItemsViewScrolledEventArgs : EventArgs
-
public class ListItemsLayout : ItemsLayout
-
public class : BaseMenuItem, IMenuItemController
-
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 enum SearchBoxVisibility
-
public enum SearchBoxVisiblity
-
public class SearchHandler : BindableObject, ISearchHandlerController
-
public class SelectableItemsView : ItemsView
-
public class Shell : Page, IShellController, IPageController, IVisualElementController, IElementController, IPropertyPropagationController
- public static readonly BindableProperty BackgroundColorProperty
- public static readonly BindableProperty DisabledColorProperty
- public static readonly BindableProperty FlyoutBackgroundImageAspectProperty
- public static readonly BindableProperty FlyoutBackgroundImageProperty
- public static readonly BindableProperty FlyoutIconProperty
- public static readonly BindableProperty ForegroundColorProperty
- public static readonly BindableProperty
- public static readonly BindableProperty
- public static readonly BindableProperty TabBarBackgroundColorProperty
- public static readonly BindableProperty TabBarDisabledColorProperty
- public static readonly BindableProperty TabBarForegroundColorProperty
- public static readonly BindableProperty SetPaddingInsetsProperty
- 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 static Shell Current { get; }
- public static Shell CurrentShell { get; }
- public ImageSource FlyoutBackgroundImage { get; set; }
- public Aspect FlyoutBackgroundImageAspect { get; set; }
- public ImageSource FlyoutIcon { get; set; }
- public IList<ShellItem> Items { get; }
- public DataTemplate { get; set; }
- 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 bool GetSetPaddingInsets(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 SetSetPaddingInsets(BindableObject obj, bool 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 Slider : View, ISliderController, IElementConfiguration<Slider>
-
public class Switch : View, IElementConfiguration<Switch>
-
public class Tab : ShellSection
-
public class TabBar : ShellItem
-
public class TabbedPage : MultiPage<Page>, IBarElement, IElementConfiguration<TabbedPage>
-
public static class TabIndexExtensions
- public static ITabStopElement FindNextElement(this ITabStopElement element, bool forwardDirection, IDictionary<int, List<ITabStopElement>> tabIndexes, ref int tabIndex)
- public static SortedDictionary<int, List<ITabStopElement>> GetSortedTabIndexesOnParentPage(this VisualElement element, out int countChildrensWithTabStopWithoutThis)
- public static IDictionary<int, List<ITabStopElement>> GetTabIndexesOnParentPage(this ITabStopElement element, out int countChildrensWithTabStopWithoutThis, bool checkContainsElement = true)
- public static VisualElement FindNextElement(this VisualElement element, bool forwardDirection, IDictionary<int, List<VisualElement>> tabIndexes, ref int tabIndex)
- public static IDictionary<int, List<VisualElement>> GetTabIndexesOnParentPage(this VisualElement element, out int countChildrensWithTabStopWithoutThis)
-
public class TemplatedPage : Page, IControlTemplated
-
public class TemplatedView : Layout, IControlTemplated
-
public class VisualElement : NavigableElement, IAnimatable, IVisualElementController, IElementController, IResourcesProvider, IStyleElement, IFlowDirectionController, IPropertyPropagationController, IVisualController, IStyleSelectable, IStylable
Xamarin.Forms.Core.Design
Xamarin.Forms.Internals
Xamarin.Forms.PlatformConfiguration.AndroidSpecific
-
public static class WebView
- public static readonly BindableProperty DisplayZoomControlsProperty
- public static readonly BindableProperty EnableZoomControlsProperty
- public static void DisplayZoomControls(this IPlatformElementConfiguration<Android, WebView> config, bool value)
- public static void EnableZoomControls(this IPlatformElementConfiguration<Android, WebView> config, bool value)
- public static bool GetDisplayZoomControls(WebView element)
- public static bool GetEnableZoomControls(WebView element)
- public static void SetDisplayZoomControls(WebView element, bool value)
- public static IPlatformElementConfiguration<Android, WebView> SetDisplayZoomControls(this IPlatformElementConfiguration<Android, WebView> config, bool value)
- public static void SetEnableZoomControls(WebView element, bool value)
- public static IPlatformElementConfiguration<Android, WebView> SetEnableZoomControls(this IPlatformElementConfiguration<Android, WebView> config, bool value)
- public static bool ZoomControlsDisplayed(this IPlatformElementConfiguration<Android, WebView> config)
- public static bool ZoomControlsEnabled(this IPlatformElementConfiguration<Android, WebView> config)
Xamarin.Forms.PlatformConfiguration.iOSSpecific
Xamarin.Forms.StyleSheets
Xamarin.Forms.Xaml