API Diff between 4.0.0.394984-pre10 and 3.5.0.94564-pre3
178 Additions
25 Removals
Xamarin.Forms
-
public class BaseShellItem : NavigableElement, IPropertyPropagationController, IVisualController, IFlowDirectionController, ITabStopElement
-
public abstract class Behavior : BindableObject, IAttachedObject
-
public class Button : View, IFontElement, ITextElement, IBorderElement, IButtonController, IViewController, IVisualElementController, IElementController, IElementConfiguration<Button>, IPaddingElement, IImageController, IButtonElement, IImageElement
-
public abstract class Cell : Element, ICellController, IFlowDirectionController, IPropertyPropagationController, IVisualController
-
public abstract class Element : BindableObject, IElement, INameScope, IElementController, IStyleSelectable
-
public class FlyoutItem : ShellItem
-
public class FontImageSource : ImageSource
-
public abstract class HandlerAttribute : Attribute
-
public interface IElementController
-
public abstract class ImageSource : Element
- public virtual bool IsEmpty { get; }
-
public interface
-
public interface : IViewController, IVisualElementController, IElementController
-
public class InputView : View
-
public class InvalidNavigationException : Exception
-
public interface IShellController : IPageController, IVisualElementController, IElementController
-
public interface IShellItemController : IElementController
-
public interface IShellSectionController : IElementController
-
public interface ISliderController
-
public interface ITabStopElement
-
public enum ItemSizingStrategy
-
public class ItemsView : View
-
public class ItemTappedEventArgs : EventArgs
-
public sealed class ItemVisibilityEventArgs : EventArgs
-
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 class Picker : View, IFontElement, ITextElement, IElementConfiguration<Picker>
-
public static class Routing
-
public enum SearchBoxVisiblity
-
public enum SearchBoxVisibility
-
public class SearchHandler : BindableObject, ISearchHandlerController
-
public class SelectableItemsView : ItemsView
-
public class SelectedItemChangedEventArgs : EventArgs
-
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 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 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 class UnsolvableConstraintsException : Exception
-
public class VisualAttribute : Attribute
-
public class VisualElement : NavigableElement, IAnimatable, IVisualElementController, IElementController, IResourcesProvider, IStyleElement, IFlowDirectionController, IPropertyPropagationController, IVisualController, ITabStopElement, IStyleSelectable, IStylable
-
public static class VisualMarker
-
public static class VisualRendererMarker
-
public static class VisualStateManager
-
public sealed class XmlnsPrefixAttribute : Attribute
Xamarin.Forms.Core.Design
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
-
public static class Cell
-
public enum
-
public static class ListView
- public static readonly BindableProperty
- public static readonly BindableProperty RowAnimationsEnabledProperty
- public static GroupHeaderStyle (BindableObject element)
- public static GroupHeaderStyle (this IPlatformElementConfiguration<iOS, ListView> config)
- public static bool GetRowAnimationsEnabled(BindableObject element)
- public static bool RowAnimationsEnabled(this IPlatformElementConfiguration<iOS, ListView> config)
- public static void (BindableObject element, GroupHeaderStyle value)
- public static IPlatformElementConfiguration<iOS, ListView> (this IPlatformElementConfiguration<iOS, ListView> config, GroupHeaderStyle value)
- public static void SetRowAnimationsEnabled(BindableObject element, bool value)
- public static IPlatformElementConfiguration<iOS, ListView> SetRowAnimationsEnabled(this IPlatformElementConfiguration<iOS, ListView> config, bool value)
-
public static class Page
Xamarin.Forms.Xaml