API Diff between 4.5.0.495 and 5.0.0.2083
166 Additions
294 Removals
Xamarin.Forms
-
public class Application : Element, IResourcesProvider, IApplicationController, IElementConfiguration<Application>
-
public class AppThemeChangedEventArgs : EventArgs
-
public class BaseShellItem : NavigableElement, IPropertyPropagationController, IVisualController, IFlowDirectionController, ITabStopElement
-
public static class BindableLayout
-
public static class BindableObjectExtensions
-
public sealed class BindableProperty
-
public sealed class Binding : BindingBase
-
public abstract class Brush : Element
-
public class BrushTypeConverter : TypeConverter
-
public class Button : View, IFontElement, ITextElement, IBorderElement, IButtonController, IViewController, IVisualElementController, IElementController, IElementConfiguration<Button>, IPaddingElement, IImageController, IButtonElement, IImageElement
-
public class CarouselView : ItemsView
-
public class CloseRequestedEventArgs : EventArgs
-
public struct Color
- public static Color FromHsv(double h, double s, double v)
- public static Color FromHsv(int h, int s, int v)
- public static Color FromHsva(double h, double s, double v, double a)
- public static Color FromHsva(int h, int s, int v, int a)
-
public class ColumnDefinitionCollectionTypeConverter : TypeConverter
-
public class ControlTemplate : ElementTemplate
-
public class DataPackage
-
public enum DataPackageOperation
-
public class DataPackagePropertySet : IEnumerable
-
public class DataPackagePropertySetView : IReadOnlyDictionary<string, object>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, IReadOnlyCollection<KeyValuePair<string, object>>
-
public class DataPackageView
-
public class DatePicker : View, IFontElement, ITextElement, IElementConfiguration<DatePicker>
-
public static class DependencyService
-
public static class Device
-
public sealed class DoubleCollection : ObservableCollection<double>
-
public class DoubleCollectionConverter : TypeConverter
-
public class DragEventArgs : EventArgs
-
public class DragGestureRecognizer : GestureRecognizer
-
public class DragStartingEventArgs : EventArgs
-
public class DropCompletedEventArgs : EventArgs
-
public class DropEventArgs
-
public class DropGestureRecognizer : GestureRecognizer
-
public class EasingTypeConverter : TypeConverter
-
public abstract class Element : BindableObject, IElement, INameScope, IElementController, IStyleSelectable
-
public sealed class FileMediaSource : MediaSource
-
public sealed class FileMediaSourceConverter : TypeConverter
-
public class FlyoutItem : ShellItem
-
public enum FlyoutLayoutBehavior
-
public class FlyoutPage : Page, IFlyoutPageController, IElementConfiguration<FlyoutPage>
-
public class FontFile
-
public class GestureRecognizer : Element, IGestureRecognizer, INotifyPropertyChanged
-
public abstract class GradientBrush : Brush
-
public class GradientStop : Element
-
public sealed class GradientStopCollection : ObservableCollection<GradientStop>
-
public interface IBorderElement
-
public interface IFlyoutPageController
-
public interface IGestureRecognizers
-
public interface IListViewController : IViewController, IVisualElementController, IElementController
-
public abstract class ImageSource : Element
-
public interface IMediaElementController
-
public interface IMultiValueConverter
-
public class InputView : View, IPlaceholderElement, ITextElement
-
public interface IPaddingElement
-
public interface IShellController : IPageController, IVisualElementController, IElementController
-
public interface IShellItemController : IElementController
-
public interface ISwipeItem
-
public interface ISwipeViewController
-
public class Label : View, IFontElement, ITextElement, ITextAlignmentElement, ILineHeightElement, IElementConfiguration<Label>, IDecorableTextElement, IPaddingElement
-
public abstract class Layout : View, ILayout, ILayoutController, IPaddingElement
-
public class LinearGradientBrush : GradientBrush
-
public class ListView : ItemsView<Cell>, IListViewController, IViewController, IVisualElementController, IElementController, IElementConfiguration<ListView>
-
public class MarshalingObservableCollection : List<object>, INotifyCollectionChanged
-
public class MasterDetailPage : Page, IMasterDetailPageController, IElementConfiguration<MasterDetailPage>
-
public sealed class MediaElement : View, IMediaElementController
-
public enum MediaElementState
-
public abstract class MediaSource : Element
-
public sealed class MediaSourceConverter : TypeConverter
-
public class : BaseMenuItem, IMenuItemController
- public IList<string> { get; set; }
- public IList<string> { get; set; }
-
public sealed class MultiBinding : BindingBase
-
public static class NamedPlatformColor
-
public class NavigationPage : Page, IPageContainer<Page>, IBarElement, INavigationPageController, IElementConfiguration<NavigationPage>
-
public class NullEffect : Effect
-
public class OpenRequestedEventArgs : EventArgs
-
public enum OpenSwipeItem
-
public enum OSAppTheme
-
public class Page : VisualElement, ILayout, IPageController, IVisualElementController, IElementController, IElementConfiguration<Page>, IPaddingElement
- public Task<string> DisplayActionSheet(string title, string cancel, string destruction, FlowDirection flowDirection, string[] buttons)
- public Task DisplayAlert(string title, string message, string cancel, FlowDirection flowDirection)
- public Task<bool> DisplayAlert(string title, string message, string accept, string cancel, FlowDirection flowDirection)
-
public class Picker : View, IFontElement, ITextElement, IElementConfiguration<Picker>
-
public class PlatformConfigurationRegistry<TElement> : IElementConfiguration<TElement> where TElement : Element
-
public class RadialGradientBrush : GradientBrush
-
public class RadioButton : TemplatedView, IElementConfiguration<RadioButton>, ITextElement, IFontElement, IBorderElement
-
public static class RadioButtonGroup
-
public struct Rect
-
public struct Rectangle
-
public class RectTypeConverter : TypeConverter
-
public struct Region
-
public class RowDefinitionCollectionTypeConverter : TypeConverter
-
public class SearchHandler : BindableObject, ISearchHandlerController, IPlaceholderElement, IFontElement, ITextElement, ITextAlignmentElement
-
public class SeekRequested : EventArgs
-
public class Shell : Page, IShellController, IPageController, IVisualElementController, IElementController, IPropertyPropagationController
-
public class ShellAppearance : IShellAppearanceElement
-
public class ShellNavigatingDeferral
-
public class ShellNavigatingEventArgs : EventArgs
-
public static class ShellTemplatedViewManager
-
public class SolidColorBrush : Brush
-
public class Span : GestureElement, IFontElement, IStyleElement, ITextElement, ILineHeightElement, IDecorableTextElement
-
public class StateRequested : EventArgs
-
public abstract class StateTriggerBase : BindableObject
-
public class Stepper : View, IElementConfiguration<Stepper>
-
public enum Stretch
-
public enum SweepDirection
-
public class SwipeEndedEventArgs : BaseSwipeEventArgs
-
public class SwipeItem : MenuItem, ISwipeItem
-
public class SwipeView : ContentView, IElementConfiguration<SwipeView>, ISwipeViewController
-
public class Switch : View, IElementConfiguration<Switch>
-
public class TabbedPage : MultiPage<Page>, IBarElement, IElementConfiguration<TabbedPage>
-
public class TemplatedView : Layout, IControlTemplated
-
public enum TextTransform
-
public class TimePicker : View, IFontElement, ITextElement, IElementConfiguration<TimePicker>
-
public abstract class TypeConverter
-
public sealed class UriMediaSource : MediaSource
-
public class VisualElement : NavigableElement, IAnimatable, IVisualElementController, IElementController, IResourcesProvider, IStyleElement, IFlowDirectionController, IPropertyPropagationController, IVisualController, ITabStopElement, IStyleSelectable, IStylable
-
public class VisualStateGroupList : IList<VisualStateGroup>, ICollection<VisualStateGroup>, IEnumerable<VisualStateGroup>, IEnumerable
-
public class WeakEventManager
-
public class WebView : View, IWebViewController, IViewController, IVisualElementController, IElementController, IElementConfiguration<WebView>
Xamarin.Forms.Core
Xamarin.Forms.Core.Design
Xamarin.Forms.Core.PlatformConfiguration.TizenSpecific
Xamarin.Forms.Internals
Xamarin.Forms.PlatformConfiguration.TizenSpecific
Xamarin.Forms.PlatformConfiguration.WindowsSpecific
Xamarin.Forms.PlatformConfiguration.iOSSpecific
Xamarin.Forms.Shapes
Xamarin.Forms.Xaml
Xamarin.Forms.Xaml.Diagnostics