API Diff between 4.2.0.673161-pre3 and 3.4.0.1039999
814 Additions
11 Removals
Xamarin.Forms
-
public enum ActivationFlags
-
public class BackButtonBehavior : BindableObject
-
public class BaseShellItem : NavigableElement, IPropertyPropagationController, IVisualController, IFlowDirectionController, ITabStopElement
-
public abstract class Behavior : BindableObject, IAttachedObject
-
public static class BindableLayout
-
public class Button : View, IFontElement, ITextElement, IBorderElement, IButtonController, IViewController, IVisualElementController, IElementController, IElementConfiguration<Button>, IPaddingElement, IImageController, IButtonElement, IImageElement
-
public class CarouselView : ItemsView
-
public abstract class Cell : Element, ICellController, IFlowDirectionController, IPropertyPropagationController, IVisualController
-
public class CheckBox : View, IElementConfiguration<CheckBox>, IBorderElement, IColorElement
-
public class CheckedChangedEventArgs : EventArgs
-
public class CollectionView : GroupableItemsView
-
public struct Color
-
public static class Device
-
public class Editor : InputView, IEditorController, IViewController, IVisualElementController, IElementController, IFontElement, IPlaceholderElement, ITextElement, IElementConfiguration<Editor>
-
public static class EffectiveVisualExtensions
-
public enum FlyoutBehavior
-
public enum FlyoutDisplayOptions
-
public enum
-
public class FlyoutItem : ShellItem
-
public class FontImageSource : ImageSource
-
public class GridItemsLayout : ItemsLayout
-
public class GroupableItemsView : SelectableItemsView
-
public abstract class HandlerAttribute : Attribute
-
public interface IAppearanceObserver
-
public interface IFlyoutBehaviorObserver
-
public interface IItemsLayout : INotifyPropertyChanged
-
public abstract class ImageSource : Element
- public virtual bool IsEmpty { get; }
-
public interface : IViewController, IVisualElementController, IElementController
-
public class InputView : View
-
public class InvalidNavigationException : Exception
-
public interface IQueryAttributable
-
public interface IScrollViewController : ILayoutController
-
public interface ISearchHandlerController
-
public interface IShellAppearanceElement
-
public interface IShellContentController : IElementController
-
public interface IShellContentInsetObserver
-
public interface IShellController : IPageController, IVisualElementController, IElementController
- View { get; }
- ImageSource FlyoutIcon { get; }
- event EventHandler StructureChanged
- void AddAppearanceObserver(IAppearanceObserver observer, Element pivot)
- void AddFlyoutBehaviorObserver(IFlyoutBehaviorObserver observer)
- void AppearanceChanged(Element source, bool appearanceSet)
- List<List<Element>> GenerateFlyoutGrouping()
- ShellNavigationState GetNavigationState(ShellItem shellItem, ShellSection shellSection, ShellContent shellContent, bool includeStack = true)
- void OnFlyoutItemSelected(Element element)
- Task OnFlyoutItemSelectedAsync(Element element)
- bool ProposeNavigation(ShellNavigationSource source, ShellItem item, ShellSection shellSection, ShellContent shellContent, IReadOnlyList<Page> stack, bool canCancel)
- bool RemoveAppearanceObserver(IAppearanceObserver observer)
- bool RemoveFlyoutBehaviorObserver(IFlyoutBehaviorObserver observer)
- void UpdateCurrentState(ShellNavigationSource source)
-
public interface IShellItemController : IElementController
-
public interface IShellSectionController : IElementController
-
public interface ISliderController
-
public interface ITableModel
-
public interface ITabStopElement
-
public enum ItemSizingStrategy
-
public abstract class ItemsLayout : BindableObject, IItemsLayout, INotifyPropertyChanged
-
public enum ItemsLayoutOrientation
-
public class ItemsLayoutTypeConverter : TypeConverter
-
public enum ItemsUpdatingScrollMode
-
public class ItemsView : View
-
public class ItemsViewScrolledEventArgs : EventArgs
-
public class ItemTappedEventArgs : EventArgs
-
public sealed class ItemVisibilityEventArgs : EventArgs
-
public interface IVisual
-
public class ListItemsLayout : ItemsLayout
-
public class ListProxyChangedEventArgs : EventArgs
-
public class ListView : ItemsView<Cell>, IListViewController, IViewController, IVisualElementController, IElementController, IElementConfiguration<ListView>
-
public class : BaseMenuItem, IMenuItemController
-
public sealed class : IEnumerable<MenuItem>, IEnumerable, IList<MenuItem>, ICollection<MenuItem>, INotifyCollectionChanged
-
public enum NamedSize
-
public class NavigableElement : Element, INavigationProxy
-
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 class QueryPropertyAttribute : Attribute
-
public sealed class RenderWithAttribute : Attribute
-
public abstract class RouteFactory
-
public static class Routing
-
public class ScrollToRequestEventArgs : EventArgs
-
public class ScrollView : Layout, IScrollViewController, ILayoutController, IElementConfiguration<ScrollView>, IFlowDirectionController
-
public enum SearchBoxVisibility
-
public class SearchHandler : BindableObject, ISearchHandlerController, IPlaceholderElement, IFontElement, ITextElement, ITextAlignmentElement
-
public class SelectableItemsView : ItemsView
-
public class SelectedItemChangedEventArgs : EventArgs
-
public class SelectionChangedEventArgs : EventArgs
-
public enum SelectionMode
-
public class Shell : Page, IShellController, IPageController, IVisualElementController, IElementController, IPropertyPropagationController
- public static readonly BindableProperty BackButtonBehaviorProperty
- public static readonly BindableProperty BackgroundColorProperty
- public static readonly BindableProperty CurrentItemProperty
- public static readonly BindableProperty CurrentStateProperty
- public static readonly BindableProperty DisabledColorProperty
- public static readonly BindableProperty FlyoutBackgroundColorProperty
- public static readonly BindableProperty FlyoutBackgroundImageAspectProperty
- public static readonly BindableProperty FlyoutBackgroundImageProperty
- public static readonly BindableProperty FlyoutBehaviorProperty
- public static readonly BindableProperty
- public static readonly BindableProperty
- public static readonly BindableProperty
- public static readonly BindableProperty FlyoutIconProperty
- public static readonly BindableProperty FlyoutIsPresentedProperty
- public static readonly BindableProperty ForegroundColorProperty
- public static readonly BindableProperty ItemsProperty
- public static readonly BindableProperty ItemTemplateProperty
- public static readonly BindableProperty
- public static readonly BindableProperty NavBarIsVisibleProperty
- public static readonly BindableProperty SearchHandlerProperty
- public static readonly BindableProperty TabBarBackgroundColorProperty
- public static readonly BindableProperty TabBarDisabledColorProperty
- public static readonly BindableProperty TabBarForegroundColorProperty
- public static readonly BindableProperty TabBarIsVisibleProperty
- public static readonly BindableProperty TabBarTitleColorProperty
- public static readonly BindableProperty TabBarUnselectedColorProperty
- public static readonly BindableProperty TitleColorProperty
- public static readonly BindableProperty TitleViewProperty
- public static readonly BindableProperty UnselectedColorProperty
- public static Shell Current { get; }
- public ShellItem CurrentItem { get; set; }
- public ShellNavigationState CurrentState { get; }
- public Color FlyoutBackgroundColor { get; set; }
- public ImageSource FlyoutBackgroundImage { get; set; }
- public Aspect FlyoutBackgroundImageAspect { get; set; }
- public FlyoutBehavior FlyoutBehavior { get; set; }
- public object { get; set; }
- public FlyoutHeaderBehavior { get; set; }
- public DataTemplate { get; set; }
- public ImageSource FlyoutIcon { get; set; }
- public bool FlyoutIsPresented { get; set; }
- public IList<ShellItem> Items { get; }
- public DataTemplate ItemTemplate { get; set; }
- public DataTemplate { get; set; }
- public event EventHandler<ShellNavigatedEventArgs> Navigated
- public event EventHandler<ShellNavigatingEventArgs> Navigating
- public Shell()
- public static BackButtonBehavior GetBackButtonBehavior(BindableObject obj)
- public static Color GetBackgroundColor(BindableObject obj)
- public static Color GetDisabledColor(BindableObject obj)
- public static FlyoutBehavior GetFlyoutBehavior(BindableObject obj)
- public static Color GetForegroundColor(BindableObject obj)
- public static DataTemplate GetItemTemplate(BindableObject obj)
- public static DataTemplate (BindableObject obj)
- public static bool GetNavBarIsVisible(BindableObject obj)
- public static SearchHandler GetSearchHandler(BindableObject obj)
- public static Color GetTabBarBackgroundColor(BindableObject obj)
- public static Color GetTabBarDisabledColor(BindableObject obj)
- public static Color GetTabBarForegroundColor(BindableObject obj)
- public static bool GetTabBarIsVisible(BindableObject obj)
- public static Color GetTabBarTitleColor(BindableObject obj)
- public static Color GetTabBarUnselectedColor(BindableObject obj)
- public static Color GetTitleColor(BindableObject obj)
- public static View GetTitleView(BindableObject obj)
- public static Color GetUnselectedColor(BindableObject obj)
- public static void SetBackButtonBehavior(BindableObject obj, BackButtonBehavior behavior)
- public static void SetBackgroundColor(BindableObject obj, Color value)
- public static void SetDisabledColor(BindableObject obj, Color value)
- public static void SetFlyoutBehavior(BindableObject obj, FlyoutBehavior 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 SetNavBarIsVisible(BindableObject obj, bool value)
- public static void SetSearchHandler(BindableObject obj, SearchHandler handler)
- 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 SetTabBarIsVisible(BindableObject obj, bool 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 SetTitleView(BindableObject obj, View value)
- public static void SetUnselectedColor(BindableObject obj, Color value)
- public Task GoToAsync(ShellNavigationState state, bool animate = true)
- protected virtual void OnNavigated(ShellNavigatedEventArgs args)
- protected virtual void OnNavigating(ShellNavigatingEventArgs args)
-
public class ShellAppearance : IShellAppearanceElement
-
public class ShellContent : BaseShellItem, IShellContentController, IElementController
-
public class ShellGroupItem : BaseShellItem
-
public class ShellItem : ShellGroupItem, IShellItemController, IElementController, IElementConfiguration<ShellItem>, IPropertyPropagationController
-
public class ShellNavigatedEventArgs : EventArgs
-
public class ShellNavigatingEventArgs : EventArgs
-
public enum ShellNavigationSource
-
public class ShellNavigationState
-
public class ShellSection : ShellGroupItem, IShellSectionController, IElementController, IPropertyPropagationController
-
public class Slider : View, ISliderController, IElementConfiguration<Slider>
-
public enum SnapPointsAlignment
-
public enum SnapPointsType
-
public class Switch : View, IElementConfiguration<Switch>
-
public class SwitchCell : Cell
-
public class Tab : ShellSection
-
public class TabBar : ShellItem
-
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 abstract class TableSectionBase : BindableObject
-
public class TemplatedPage : Page, IControlTemplated
-
public class TemplatedView : Layout, IControlTemplated
-
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 VisualStateManager
-
public class VisualTypeConverter : TypeConverter
-
public sealed class XmlnsDefinitionAttribute : Attribute
-
public sealed class XmlnsPrefixAttribute : Attribute
Xamarin.Forms.Core.Design
Xamarin.Forms.Internals
Xamarin.Forms.PlatformConfiguration.AndroidSpecific
-
public static class ShellItem
-
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.WindowsSpecific
Xamarin.Forms.PlatformConfiguration.iOSSpecific
-
public static class Application
-
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.StyleSheets
Xamarin.Forms.Xaml