API Diff between 2.1.0.6513-pre4 and 3.3.0.840541-pre1
41 Additions
846 Removals
Xamarin.Forms
-
public class AbsoluteLayout : Layout<View>
- public IPlatformElementConfiguration<T, AbsoluteLayout> On<T>() where T : IConfigPlatform
-
public class Accelerator
-
public class AcceleratorTypeConverter : TypeConverter
-
public enum AccessKeyPlacement
-
public class ActivityIndicator : View
-
public class Application : Element, IResourcesProvider
-
public class AppLinkEntry : Element, IAppLinkEntry
-
public class AutomationProperties
-
public abstract class BindableObject : INotifyPropertyChanged, IDynamicResourceHandler
-
public sealed class Binding : BindingBase
-
public abstract class BindingBase
-
public enum BindingMode
-
public class BoxView : View
-
public class Button : View, IFontElement, IButtonController, IViewController, IVisualElementController, IElementController
-
public enum ButtonsMask
-
public class CarouselPage : MultiPage<ContentPage>
- public IPlatformElementConfiguration<T, CarouselPage> On<T>() where T : IConfigPlatform
-
public abstract class Cell : Element
-
public sealed class ChildGestureRecognizer : IGestureRecognizer, INotifyPropertyChanged
-
public class ClickedEventArgs : EventArgs
-
public sealed class ClickGestureRecognizer : GestureRecognizer
-
public struct Color
-
public static class CompressedLayout
-
public class Configuration<TPlatform, TElement> : IPlatformElementConfiguration<TPlatform, TElement>, IConfigElement<TElement> where TPlatform : IConfigPlatform where TElement : Element
-
public class ConstraintExpression : IMarkupExtension
-
public struct CornerRadius
-
public class CornerRadiusTypeConverter : TypeConverter
-
public class DatePicker : View
-
public static class DependencyService
-
public static class DesignMode
-
public static class Device
-
public class Editor : InputView, IFontElement
-
public enum EditorAutoSizeOption
-
public enum EffectiveFlowDirection
-
public static class EffectiveFlowDirectionExtensions
-
public abstract class Element : BindableObject, IElement, INameScope, IElementController
-
public class Entry : InputView, IFontElement
-
public class EntryCell : Cell
-
public enum FlexAlignContent
-
public class FlexAlignContentTypeConverter : TypeConverter
-
public enum FlexAlignItems
-
public class FlexAlignItemsTypeConverter : TypeConverter
-
public enum FlexAlignSelf
-
public class FlexAlignSelfTypeConverter : TypeConverter
-
public struct FlexBasis
-
public enum FlexDirection
-
public class FlexDirectionTypeConverter : TypeConverter
-
public enum FlexJustify
-
public class FlexJustifyTypeConverter : TypeConverter
-
public class FlexLayout : Layout<View>
-
public enum FlexPosition
-
public enum FlexWrap
-
public class FlexWrapTypeConverter : TypeConverter
-
public enum FlowDirection
-
public class FlowDirectionConverter : TypeConverter
-
public class FormattedString : INotifyPropertyChanged
-
public class Frame : ContentView
-
public class GestureElement : Element, ISpatialElement
-
public class Grid : Layout<View>
-
public struct GridLength
-
public interface IAppIndexingProvider
-
public interface IApplicationController
-
public interface IAppLinkEntry
-
public interface IAppLinks
-
public interface IButtonController : IViewController, IVisualElementController, IElementController
-
public interface ICellController
-
public interface IConfigElement<T> where T : Element
-
public interface IConfigPlatform
-
public interface IDecorableTextElement
-
public interface IEditorController : IViewController, IVisualElementController, IElementController
-
public interface IElementConfiguration<TElement> where TElement : Element
-
public interface IElementController
-
public interface IEntryCellController
-
public interface IEntryController
-
public interface IExtendedTypeConverter
-
public interface IGridController
-
public interface IImageController
-
public interface IItemsView<T> where T : BindableObject
-
public interface IItemViewController
-
public interface IListProxy : IList, ICollection, IEnumerable
-
public interface IListViewController : IViewController, IVisualElementController, IElementController
-
public class Image : View
- public IPlatformElementConfiguration<T, Image> On<T>() where T : IConfigPlatform
- public void SetIsLoading(bool isLoading)
-
public abstract class ImageSource : Element
-
public interface IMasterDetailPageController
-
public interface
-
public interface IMessagingCenter
-
public interface IMultiPageController<T>
-
public interface : IViewController, IVisualElementController, IElementController
-
public interface INavigationPageController
-
public class InputView : View
-
public interface IOpenGlViewController : IViewController, IVisualElementController, IElementController
-
public interface IOpenGLViewController : IViewController, IVisualElementController, IElementController
-
public interface IPageController
-
public interface IPanGestureController
-
public interface IPinchGestureController
-
public interface IPlatformElementConfiguration<TPlatform, TElement> : IConfigElement<TElement> where TPlatform : IConfigPlatform where TElement : Element
-
public interface ISearchBarController
-
public interface IStreamImageSource
-
public interface ISwipeGestureController
-
public interface ITableModel
-
public interface ITableViewController
-
public interface ITemplatedItemsList<TItem> : IReadOnlyList<TItem>, IEnumerable<TItem>, IEnumerable, IReadOnlyCollection<TItem>, INotifyCollectionChanged where TItem : BindableObject
-
public interface ITemplatedItemsListScrollToRequestedEventArgs
-
public interface ITemplatedItemsView<TItem> : IItemsView<TItem> where TItem : BindableObject
-
public abstract class ItemsView<TVisual> : View, IItemsView<TVisual> where TVisual : BindableObject
-
public interface IVisualElementController : IElementController
-
public interface IWebViewController : IViewController, IVisualElementController, IElementController
-
public interface IWebViewDelegate
-
public class Keyboard
-
public enum KeyboardFlags
-
public class Label : View, IFontElement
-
public abstract class Layout : View, ILayout, ILayoutController
-
public class ListStringTypeConverter : TypeConverter
-
public class ListView : ItemsView<Cell>, IListViewController, IViewController, IVisualElementController, IElementController
-
public enum ListViewCachingStrategy
-
public enum ListViewSelectionMode
-
public class MasterDetailPage : Page
-
public enum MeasureFlags
-
public class : BaseMenuItem, IList<Menu>, ICollection<Menu>, IEnumerable<Menu>, IEnumerable
-
public class : BaseMenuItem
-
public static class MessagingCenter
-
public abstract class MultiPage<T> : Page, IViewContainer<T>, IPageContainer<T>, IItemsView<T> where T : Page
-
public class NavigationPage : Page, IPageContainer<Page>
-
public class On
-
public class OnIdiom<T>
- public T Desktop { get; set; }
- public T TV { get; set; }
- public T Watch { get; set; }
-
public class OnPlatform<T>
-
public sealed class OpenGLView : View, IOpenGLViewController, IViewController, IVisualElementController, IElementController
-
public class Page : VisualElement, ILayout
-
public class PanGestureRecognizer : GestureRecognizer, IPanGestureController
-
public class Picker : View
-
public sealed class PinchGestureRecognizer : GestureRecognizer, IPinchGestureController
-
public abstract class PlatformEffect<TContainer, TControl> : Effect
-
public struct Point
-
public class PoppedToRootEventArgs : NavigationEventArgs
-
public class ProgressBar : View
-
public struct Rectangle
- public void Deconstruct(out double x, out double y, out double width, out double height)
-
public sealed class ReferenceTypeConverter : TypeConverter, IExtendedTypeConverter
-
public struct Region
-
public class RelativeLayout : Layout<View>
-
public sealed class ResourceDictionary : IResourceDictionary, IEnumerable<KeyValuePair<string, object>>, IEnumerable, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>
-
public enum ReturnType
-
public enum ScrollBarVisibility
-
public enum ScrollOrientation
-
public class ScrollView : Layout, IScrollViewController, ILayoutController
-
public class SearchBar : View, IFontElement
-
public class SelectedPositionChangedEventArgs : EventArgs
-
public struct Size
- public void Deconstruct(out double width, out double height)
-
public class SizeTypeConverter : TypeConverter
-
public class Slider : View
-
public sealed class Span : INotifyPropertyChanged, IFontElement
-
public class StackLayout : Layout<View>
- public IPlatformElementConfiguration<T, StackLayout> On<T>() where T : IConfigPlatform
-
public class Stepper : View
- public IPlatformElementConfiguration<T, Stepper> On<T>() where T : IConfigPlatform
-
public sealed class Style
-
public class SwipedEventArgs : EventArgs
-
public enum SwipeDirection
-
public sealed class SwipeGestureRecognizer : GestureRecognizer, ISwipeGestureController
-
public class Switch : View
-
public class TabbedPage : MultiPage<Page>
-
public static class TabIndexExtensions
-
public class TableView : View
-
public enum TabsStyle
-
public sealed class TapGestureRecognizer : GestureRecognizer
-
public enum TargetIdiom
-
public class TextAlignmentConverter : TypeConverter
-
public class TextDecorationConverter : TypeConverter
-
public enum TextDecorations
-
public struct Thickness
- public void Deconstruct(out double left, out double top, out double right, out double bottom)
-
public class TimePicker : View
-
public abstract class TypeConverter
-
public sealed class UriImageSource : ImageSource
-
public class View : VisualElement, IViewController, IVisualElementController, IElementController
-
public class VisualElement : Element, IAnimatable, IVisualElementController, IElementController, IResourcesProvider
-
public sealed class VisualState
-
public sealed class VisualStateGroup
-
public class VisualStateGroupList : IList<VisualStateGroup>, ICollection<VisualStateGroup>, IEnumerable<VisualStateGroup>, IEnumerable
-
public static class VisualStateManager
-
public class WebView : View
-
public abstract class WebViewSource : BindableObject
- public abstract void Load(IWebViewDelegate renderer)
-
public static class Forms
Xamarin.Forms.Internals
-
public class ActionSheetArguments
-
public class AlertArguments
-
public static class CellExtensions
-
public sealed class CustomKeyboard : Keyboard
-
public static class DataTemplateExtensions
-
public class DelegateLogListener : LogListener
-
public static class DependencyResolver
-
public abstract class DeviceInfo : INotifyPropertyChanged, IDisposable
-
public enum DeviceOrientation
-
public static class DeviceOrientationExtensions
-
public static class EffectUtilities
-
public static class EnumerableExtensions
-
public class EvalRequested : EventArgs
-
public sealed delegate EvaluateJavaScriptDelegate : MulticastDelegate
-
public class EventArg<T> : EventArgs
-
public abstract class ExpressionSearch
-
public interface IDeserializer
-
public interface IExpressionSearch
-
public interface IFontElement
-
public interface IGestureController
-
public interface IIsolatedStorageFile
-
public interface INameScope
-
public enum InvalidationTrigger
-
public interface IPerformanceProvider
-
public interface IPlatform
-
public interface IPlatformServices
-
public interface IResourceDictionary : IEnumerable<KeyValuePair<string, object>>, IEnumerable
-
public interface ISpatialElement
-
public interface ISystemResourcesProvider
-
public class LockableObservableListWrapper : IList<string>, ICollection<string>, IEnumerable<string>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IReadOnlyList<string>, IReadOnlyCollection<string>
-
public static class Log
-
public abstract class LogListener
-
public static class NativeBindingHelpers
-
public class : View, INavigationMenuController, IViewController, IVisualElementController, IElementController, IElementConfiguration<NavigationMenu>
-
public class NavigationModel
-
public class NavigationProxy : INavigation
-
public class NavigationRequestedEventArgs : NavigationEventArgs
-
public class NotifyCollectionChangedEventArgsEx : NotifyCollectionChangedEventArgs
-
public static class NotifyCollectionChangedEventArgsExtensions
-
public static class NumericExtensions
-
public class Performance
-
public class PreserveAttribute : Attribute
-
public static class ReflectionExtensions
-
public static class Registrar
-
public class Registrar<TRegistrable>
-
public static class ResourceLoader
-
public class ResourcesChangedEventArgs : EventArgs
-
public enum SetValueFlags
-
public abstract class TableModel : ITableModel
-
public sealed class TemplatedItemsList<TView, TItem> : BindableObject, ITemplatedItemsList<TItem>, IReadOnlyList<TItem>, IEnumerable<TItem>, IEnumerable, IReadOnlyCollection<TItem>, INotifyCollectionChanged, IList, ICollection, IDisposable where TView : BindableObject, IItemsView<TItem> where TItem : BindableObject
-
public abstract class Ticker
-
public class ToolbarTracker
-
public sealed class TypedBinding<TSource, TProperty> : TypedBindingBase
-
public abstract class TypedBindingBase : BindingBase
Xamarin.Forms.Platform.UWP
-
public class AlertDialog : ContentDialog
-
public sealed delegate ArrangeOverrideDelegate : MulticastDelegate
-
public class DatePickerRenderer : ViewRenderer<DatePicker, FormsDatePicker>, IWrapperAware
-
public class FormsButton : Button
-
public class FormsCommandBar : CommandBar
-
public sealed class FormsEmbeddedPageWrapper : Page, IComponentConnector, IComponentConnector2
-
public sealed class FormsFlyout : UserControl, IComponentConnector, IComponentConnector2
-
public class FormsDatePicker : DatePicker
-
public class FormsPivot : Pivot, IToolbarProvider
-
public class FormsProgressBar : ProgressBar
-
public class FormsSlider : Slider
-
public class FormsTimePicker : TimePicker
-
public sealed delegate GetDesiredSizeDelegate : MulticastDelegate
-
public sealed class ImageLoaderSourceHandler : IImageSourceHandler, IRegisterable
-
public class ImageRenderer : ViewRenderer<Image, Image>
-
public interface IVisualElementRenderer : IRegisterable, IDisposable
-
public static class LayoutExtensions
-
public class MasterDetailControl : Control, IToolbarProvider
-
public class : IVisualElementRenderer, IRegisterable, IDisposable, IToolbarProvider, ITitleProvider
-
public sealed delegate MeasureOverrideDelegate : MulticastDelegate
-
public static class NativeBindingExtensions
-
public class NativeBindingService : INativeBindingService
-
public class NativeValueConverterService : INativeValueConverterService
-
public class NativeViewWrapper : View
-
public class NativeViewWrapperRenderer : ViewRenderer<NativeViewWrapper, FrameworkElement>
-
public class : IVisualElementRenderer, IRegisterable, IDisposable, ITitleProvider, IToolbarProvider
-
public sealed class PageControl : ContentControl, IToolbarProvider, IComponentConnector, IComponentConnector2
-
public static class PageExtensions
-
public static class PlatformConfigurationExtensions
-
public class ScrollViewRenderer : ViewRenderer<ScrollView, ScrollViewer>
-
public sealed class StepperControl : Control
-
public sealed class StreamImageSourceHandler : IImageSourceHandler, IRegisterable
-
public sealed class StreamImagesourceHandler : IImageSourceHandler, IRegisterable
-
public class : IVisualElementRenderer, IRegisterable, IDisposable, ITitleProvider, IToolbarProvider
-
public class TimePickerRenderer : ViewRenderer<TimePicker, FormsTimePicker>, IWrapperAware
-
public sealed class UriImageSourceHandler : IImageSourceHandler, IRegisterable
-
public class VisualElementPackager : IDisposable
- protected virtual void Dispose(bool disposing)
-
public class VisualElementRenderer<TElement, TNativeElement> : Panel, IVisualElementRenderer, IRegisterable, IDisposable, IEffectControlProvider where TElement : VisualElement where TNativeElement : FrameworkElement
-
public class VisualElementTracker<TElement, TNativeElement> : IDisposable where TElement : VisualElement where TNativeElement : FrameworkElement
-
public abstract class WindowsBasePage : Page
Xamarin.Forms.PlatformConfiguration
Xamarin.Forms.PlatformConfiguration.AndroidSpecific
Xamarin.Forms.PlatformConfiguration.AndroidSpecific.AppCompat
Xamarin.Forms.PlatformConfiguration.GTKSpecific
Xamarin.Forms.PlatformConfiguration.TizenSpecific
Xamarin.Forms.PlatformConfiguration.WindowsSpecific
Xamarin.Forms.PlatformConfiguration.iOSSpecific
Xamarin.Forms.PlatformConfiguration.macOSSpecific
Xamarin.Forms.StyleSheets
Xamarin.Forms.Xaml
Xamarin.Forms.Xaml.Internals