API Diff between 3.6.0.264807 and 4.0.0.394984-pre10
24 Additions
68 Removals
Xamarin.Forms
-
public class BaseShellItem : NavigableElement, IPropertyPropagationController, IVisualController, IFlowDirectionController
-
public abstract class Behavior : BindableObject, IAttachedObject
-
public class Button : View, IFontElement, ITextElement, IBorderElement, IButtonController, IViewController, IVisualElementController, IElementController, IElementConfiguration<Button>, IPaddingElement, IImageController, IButtonElement, IImageElement
-
public class FlyoutItem : ShellItem
-
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 : BaseMenuItem, IMenuItemController
-
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 class ShellSection : ShellGroupItem, IShellSectionController, IElementController, IPropertyPropagationController
-
public class Slider : View, ISliderController, IElementConfiguration<Slider>
-
public class Tab : ShellSection
-
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 VisualElement : NavigableElement, IAnimatable, IVisualElementController, IElementController, IResourcesProvider, IStyleElement, IFlowDirectionController, IPropertyPropagationController, IVisualController, IStyleSelectable, IStylable
Xamarin.Forms.Internals
Xamarin.Forms.PlatformConfiguration.AndroidSpecific
-
public static class WebView
- public static readonly BindableProperty DisplayZoomControlsProperty
- public static readonly BindableProperty EnableZoomControlProperty
- public static bool DisplayZoomControls(this IPlatformElementConfiguration<Android, WebView> config)
- public static bool EnableZoomControls(this IPlatformElementConfiguration<Android, WebView> config)
- 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)
Xamarin.Forms.PlatformConfiguration.iOSSpecific