API Diff between 5.0.0.2291 and 4.7.0.1239
669 Additions
66 Removals
Xamarin.Forms
-
public class BaseShellItem : NavigableElement, IPropertyPropagationController, IVisualController, IFlowDirectionController, ITabStopElement
-
public static class BindableObjectExtensions
-
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 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 Device
-
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 class Expander : TemplatedView
-
public enum ExpanderState
-
public class ExportFontAttribute : Attribute
-
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 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 IListViewController : IViewController, IVisualElementController, IElementController
-
public abstract class ImageSource : Element
-
public interface IMediaElementController
-
public class InputView : View, IPlaceholderElement, ITextElement
-
public interface IPaddingElement
-
public interface IShellController : IPageController, IVisualElementController, IElementController
-
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 : FlyoutPage, IMasterDetailPageController
-
public sealed class MediaElement : View, IMediaElementController
-
public enum MediaElementState
-
public abstract class MediaSource : Element
-
public sealed class MediaSourceConverter : TypeConverter
-
public static class NamedPlatformColor
-
public class NavigationPage : Page, IPageContainer<Page>, IBarElement, INavigationPageController, IElementConfiguration<NavigationPage>
-
public class NullEffect : Effect
-
public class OpenSwipeEventArgs : EventArgs
-
public class OpenRequestedEventArgs : EventArgs
-
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, ITextAlignmentElement, 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 static Rect Zero
- public double Bottom { get; }
- public Point Center { get; }
- public double Height { get; set; }
- public bool IsEmpty { get; }
- public double Left { get; }
- public Point Location { get; set; }
- public double Right { get; }
- public Size Size { get; set; }
- public double Top { get; }
- public double Width { get; set; }
- public double X { get; set; }
- public double Y { get; set; }
- public Rect(double x, double y, double width, double height)
- public Rect(Point loc, Size sz)
- public static Rect FromLTRB(double left, double top, double right, double bottom)
- public static Rect Intersect(Rect r1, Rect r2)
- public static bool op_Equality(Rect r1, Rect r2)
- public static bool op_Inequality(Rect r1, Rect r2)
- public static Rect Union(Rect r1, Rect r2)
- public bool Contains(Rect rect)
- public bool Contains(Point pt)
- public bool Contains(double x, double y)
- public void Deconstruct(out double x, out double y, out double width, out double height)
- public bool Equals(Rect other)
- public Rect Inflate(Size sz)
- public Rect Inflate(double width, double height)
- public Rect Intersect(Rect r)
- public bool IntersectsWith(Rect r)
- public Rect Offset(double dx, double dy)
- public Rect Offset(Point dr)
- public Rect Round()
- public Rect Union(Rect r)
-
public struct Rectangle
-
public class RectTypeConverter : TypeConverter
-
public struct Region
-
public class SearchHandler : BindableObject, ISearchHandlerController, IPlaceholderElement, IFontElement, ITextElement, ITextAlignmentElement
-
public class SeekRequested : EventArgs
-
public class Shell : Page, IShellController, IPageController, IVisualElementController, IElementController, IPropertyPropagationController, IPageContainer<Page>
-
public class ShellAppearance : IShellAppearanceElement
-
public class ShellNavigatingDeferral
-
public class ShellNavigatingEventArgs : EventArgs
-
public static class ShellTemplatedViewManager
- public static void OnViewDataChanged(DataTemplate currentViewTemplate, ref View localViewRef, object newViewData, Action<Element> OnChildRemoved, Action<Element> OnChildAdded)
- public static void OnViewTemplateChanged(DataTemplate newViewTemplate, ref View localViewRef, object currentViewData, Action<Element> OnChildRemoved, Action<Element> OnChildAdded, Shell shell)
- public static void SetView(ref View localView, View newView, Action<Element> OnChildRemoved, Action<Element> OnChildAdded)
-
public class SolidColorBrush : Brush
-
public class Span : GestureElement, IFontElement, IStyleElement, ITextElement, ILineHeightElement, IDecorableTextElement
-
public class StateRequested : EventArgs
-
public class Stepper : View, IElementConfiguration<Stepper>
-
public class SwipeView : ContentView, IElementConfiguration<SwipeView>, ISwipeViewController
-
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, IStylable
-
public static class VisualElementExtensions
-
public class WeakEventManager
Xamarin.Forms.Core.Design
Xamarin.Forms.Core.PlatformConfiguration.TizenSpecific
Xamarin.Forms.Internals
Xamarin.Forms.Markup
-
public static class BindableObjectExtensions
-
public static class DefaultBindableProperties
-
public static class ElementExtensions
-
public static class ElementGesturesExtensions
-
public class FuncConverter : FuncConverter<object, object, object>
-
public class FuncConverter<TSource> : FuncConverter<TSource, object, object>
-
public class FuncConverter<TSource, TDest> : FuncConverter<TSource, TDest, object>
-
public class FuncConverter<TSource, TDest, TParam> : IValueConverter
-
public static class GridRowsColumns
-
public static class LabelExtensions
-
public static class LayoutExtensions
-
public class NotConverter : FuncConverter<bool, bool>
-
public class Style<T> where T : BindableObject
-
public class ToStringConverter : FuncConverter<object, string>
-
public static class ViewExtensions
-
public static class ViewInFlexLayoutExtensions
-
public static class ViewInGridExtensions
-
public static class VisualElementExtensions
Xamarin.Forms.Markup.LeftToRight
Xamarin.Forms.Markup.RightToLeft
Xamarin.Forms.PlatformConfiguration.TizenSpecific
-
public class BufferingProgressUpdatedEventArgs : EventArgs
-
public enum DisplayAspectMode
-
public interface IMediaPlayer
-
public interface IPlatformMediaPlayer : IDisposable
-
public interface IVideoOutput
-
public static class ItemsView
-
public enum PlaybackState
-
public static class ScrollView
- public static readonly BindableProperty HorizontalScrollStepProperty
- public static readonly BindableProperty VerticalScrollStepProperty
- public static int GetHorizontalScrollStep(BindableObject element)
- public static int GetHorizontalScrollStep(this IPlatformElementConfiguration<Tizen, ScrollView> config)
- public static int GetVerticalScrollStep(BindableObject element)
- public static int GetVerticalScrollStep(this IPlatformElementConfiguration<Tizen, ScrollView> config)
- public static void SetHorizontalScrollStep(BindableObject element, int scrollStep)
- public static IPlatformElementConfiguration<Tizen, ScrollView> SetHorizontalScrollStep(this IPlatformElementConfiguration<Tizen, ScrollView> config, int scrollStep)
- public static void SetVerticalScrollStep(BindableObject element, int scrollStep)
- public static IPlatformElementConfiguration<Tizen, ScrollView> SetVerticalScrollStep(this IPlatformElementConfiguration<Tizen, ScrollView> config, int scrollStep)
-
public enum VideoOuputType
Xamarin.Forms.PlatformConfiguration.WindowsSpecific
-
public static class FlyoutPage
- public static readonly BindableProperty CollapsedPaneWidthProperty
- public static readonly BindableProperty CollapseStyleProperty
- public static double CollapsedPaneWidth(this IPlatformElementConfiguration<Windows, FlyoutPage> config)
- public static IPlatformElementConfiguration<Windows, FlyoutPage> CollapsedPaneWidth(this IPlatformElementConfiguration<Windows, FlyoutPage> config, double value)
- public static double GetCollapsedPaneWidth(BindableObject element)
- public static CollapseStyle GetCollapseStyle(BindableObject element)
- public static CollapseStyle GetCollapseStyle(this IPlatformElementConfiguration<Windows, FlyoutPage> config)
- public static void SetCollapsedPaneWidth(BindableObject element, double collapsedPaneWidth)
- public static void SetCollapseStyle(BindableObject element, CollapseStyle collapseStyle)
- public static IPlatformElementConfiguration<Windows, FlyoutPage> SetCollapseStyle(this IPlatformElementConfiguration<Windows, FlyoutPage> config, CollapseStyle value)
- public static IPlatformElementConfiguration<Windows, FlyoutPage> UsePartialCollapse(this IPlatformElementConfiguration<Windows, FlyoutPage> config)
-
public static class WebView
-
public enum WebViewExecutionMode
Xamarin.Forms.PlatformConfiguration.iOSSpecific
Xamarin.Forms.Shapes
Xamarin.Forms.Xaml.Diagnostics