API Diff between 5.0.0.2291 and 4.3.0.991250
1522 Additions
45 Removals
Xamarin.Forms
-
public sealed class AdaptiveTrigger : StateTriggerBase
-
public class Animation : IEnumerable
-
public static class AnimationExtensions
-
public class Application : Element, IResourcesProvider, IApplicationController, IElementConfiguration<Application>
-
public class AppThemeChangedEventArgs : EventArgs
-
public class BaseShellItem : NavigableElement, IPropertyPropagationController, IVisualController, IFlowDirectionController, ITabStopElement
-
public abstract class BaseSwipeEventArgs : EventArgs
-
public static class BindableLayout
-
public abstract class BindableObject : INotifyPropertyChanged, IDynamicResourceHandler
-
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 CarouselLayoutTypeConverter : TypeConverter
-
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 sealed class CompareStateTrigger : StateTriggerBase
-
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 DeviceStateTrigger : StateTriggerBase
-
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 class Editor : InputView, IEditorController, IViewController, IVisualElementController, IElementController, IFontElement, IElementConfiguration<Editor>
-
public abstract class Element : BindableObject, IElement, INameScope, IElementController, IStyleSelectable
-
public class EmbeddedFont
-
public class Entry : InputView, IFontElement, ITextAlignmentElement, IEntryController, IElementConfiguration<Entry>
-
public class ExportFontAttribute : Attribute
-
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 IEmbeddedFontLoader
-
public interface IFlyoutPageController
-
public interface IGestureRecognizers
-
public interface IImageController : IViewController, IVisualElementController, IElementController
-
public interface IImageElement
-
public interface IListViewController : IViewController, IVisualElementController, IElementController
-
public class Image : View, IImageController, IViewController, IVisualElementController, IElementController, IElementConfiguration<Image>, IImageElement
-
public abstract class ImageSource : Element
-
public interface IMultiValueConverter
-
public enum IndicatorShape
-
public class IndicatorView : TemplatedView
-
public class InputView : View, IPlaceholderElement, ITextElement
-
public interface IPaddingElement
-
public interface IShellContentController : IElementController
-
public interface IShellController : IPageController, IVisualElementController, IElementController
-
public interface IShellItemController : IElementController
-
public interface IShellSectionController : IElementController
-
public interface ISwipeItem
-
public interface ISwipeViewController
-
public enum ItemSizingStrategy
-
public abstract class ItemsView : View
-
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 LinearItemsLayout : ItemsLayout
-
public class ListView : ItemsView<Cell>, IListViewController, IViewController, IVisualElementController, IElementController, IElementConfiguration<ListView>
-
public class MarshalingObservableCollection : List<object>, INotifyCollectionChanged
-
public class MasterDetailPage : FlyoutPage, IMasterDetailPageController
-
public class : BaseMenuItem, IMenuItemController, IStyleSelectable
- 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 sealed class OrientationStateTrigger : StateTriggerBase
-
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 Task<string> DisplayPromptAsync(string title, string message, string accept = "OK", string cancel = "Cancel", string placeholder = null, int maxLength = -1, Keyboard keyboard = null, string initialValue = "")
-
public class Picker : View, IFontElement, ITextElement, ITextAlignmentElement, IElementConfiguration<Picker>
-
public class PlatformConfigurationRegistry<TElement> : IElementConfiguration<TElement> where TElement : Element
-
public enum PresentationMode
-
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 RowDefinitionCollectionTypeConverter : TypeConverter
-
public enum ScrollMode
-
public class SearchBar : InputView, IFontElement, ITextAlignmentElement, ISearchBarController, IElementConfiguration<SearchBar>
-
public class SearchHandler : BindableObject, ISearchHandlerController, IPlaceholderElement, IFontElement, ITextElement, ITextAlignmentElement
-
public class SelectableItemsView : StructuredItemsView
-
public sealed class Setter : IValueProvider
-
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 sealed class StateTrigger : StateTriggerBase
-
public abstract class StateTriggerBase : BindableObject
-
public class Stepper : View, IElementConfiguration<Stepper>
-
public enum Stretch
-
public class StructuredItemsView : ItemsView
-
public enum SweepDirection
-
public enum SwipeBehaviorOnInvoked
-
public class SwipeChangingEventArgs : BaseSwipeEventArgs
-
public class SwipeEndedEventArgs : BaseSwipeEventArgs
-
public class SwipeItem : MenuItem, ISwipeItem
-
public class SwipeItems : Element, IList<ISwipeItem>, ICollection<ISwipeItem>, IEnumerable<ISwipeItem>, IEnumerable, INotifyCollectionChanged
-
public class SwipeItemView : ContentView, ISwipeItem
-
public enum SwipeMode
-
public class SwipeStartedEventArgs : BaseSwipeEventArgs
-
public class SwipeView : ContentView, IElementConfiguration<SwipeView>, ISwipeViewController
-
public class Switch : View, IElementConfiguration<Switch>
-
public class TabbedPage : MultiPage<Page>, IBarElement, IElementConfiguration<TabbedPage>
-
public static class TabIndexExtensions
-
public class TemplatedView : Layout, IControlTemplated
-
public enum TextTransform
-
public class TimePicker : View, IFontElement, ITextElement, IElementConfiguration<TimePicker>
-
public abstract class TypeConverter
-
public static class ViewExtensions
-
public class VisualElement : NavigableElement, IAnimatable, IVisualElementController, IElementController, IResourcesProvider, IStyleElement, IFlowDirectionController, IPropertyPropagationController, IVisualController, ITabStopElement, IStylable
-
public sealed class VisualState
-
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.Design
Xamarin.Forms.Core.PlatformConfiguration.TizenSpecific
Xamarin.Forms.Internals
-
public class ActionSheetArguments
-
public class AlertArguments
-
public static class FontRegistrar
-
public class GIFBitmap
-
public class GIFBitmapDecoder
-
public class GIFColorTable
-
public class GIFDecoderFormatException : Exception
-
public class GIFDecoderStreamReader
-
public class
- public int { get; }
- public int { get; }
- public GIFColorTable { get; }
- public int { get; }
- public bool { get; }
- public int { get; }
- public string { get; }
- public string { get; }
- public int { get; }
- public static Task<GIFHeader> (GIFDecoderStreamReader stream, bool skipTypeIdentifier = false)
-
public abstract class GIFImageParser
-
public interface INameScope
-
public interface IPlatformInvalidate
-
public interface IPlatformServices
-
public struct Profile : IDisposable
- public static void FrameBegin(string name = "", string id = null, int line = 0)
- public static void FrameEnd()
- public static bool IsEnabled { get; }
- public static void Enable()
- public static void FrameBegin(string name = "", int line = 0)
- public static void FrameEnd(string name = "")
-
public class PromptArguments
- public string InitialValue { get; }
- public PromptArguments(string title, string message, string accept = "OK", string cancel = "Cancel", string placeholder = null, int maxLength = -1, Keyboard keyboard = null, string initialValue = "")
-
public static class PropertyPropagationExtensions
-
public static class Registrar
-
public static class ResourceLoader
-
public static class SwipeDirectionHelper
-
public static class TextTransformUtilites
-
public class ToolbarTracker
Xamarin.Forms.PlatformConfiguration.AndroidSpecific
Xamarin.Forms.PlatformConfiguration.TizenSpecific
-
public static class Application
- public static readonly BindablePropertyKey ActiveBezelInteractionElementPropertyKey
- public static readonly BindableProperty OverlayContentProperty
- public static readonly BindableProperty UseBezelInteractionProperty
- public static Element GetActiveBezelInteractionElement(BindableObject application)
- public static Element GetActiveBezelInteractionElement(this IPlatformElementConfiguration<Tizen, Application> config)
- public static View GetOverlayContent(BindableObject application)
- public static View GetOverlayContent(this IPlatformElementConfiguration<Tizen, Application> config)
- public static bool GetUseBezelInteraction(BindableObject element)
- public static bool GetUseBezelInteraction(this IPlatformElementConfiguration<Tizen, Application> config)
- public static void SetActiveBezelInteractionElement(BindableObject application, Element value)
- public static IPlatformElementConfiguration<Tizen, Application> SetActiveBezelInteractionElement(this IPlatformElementConfiguration<Tizen, Application> config, Element value)
- public static void SetOverlayContent(BindableObject application, View value)
- public static IPlatformElementConfiguration<Tizen, Application> SetOverlayContent(this IPlatformElementConfiguration<Tizen, Application> config, View value)
- public static void SetUseBezelInteraction(BindableObject element, bool value)
- public static IPlatformElementConfiguration<Tizen, Application> SetUseBezelInteraction(this IPlatformElementConfiguration<Tizen, Application> config, bool value)
-
public static class Image
-
public static class ItemsView
-
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 static class Switch
-
public static class SwitchStyle
- public const string OnOff = "on&off"
- public const string Small = "small"
Xamarin.Forms.PlatformConfiguration.WindowsSpecific
-
public static class Application
-
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
-
public class ArcSegment : PathSegment
-
public class BezierSegment : PathSegment
-
public sealed class CompositeTransform : Transform
-
public sealed class Ellipse : Shape
-
public class EllipseGeometry : Geometry
-
public enum FillRule
-
public abstract class Geometry : BindableObject
-
public sealed class GeometryCollection : ObservableCollection<Geometry>
-
public class GeometryGroup : Geometry
-
public static class GeometryHelper
- public static void FlattenArc(List<Point> points, Point pt1, Point pt2, double radiusX, double radiusY, double angleRotation, bool isLargeArc, bool isCounterclockwise, double tolerance)
- public static void FlattenCubicBezier(List<Point> points, Point ptStart, Point ptCtrl1, Point ptCtrl2, Point ptEnd, double tolerance)
- public static PathGeometry FlattenGeometry(Geometry geoSrc, double tolerance)
- public static void FlattenGeometry(PathGeometry pathGeoDst, Geometry geoSrc, double tolerance, Matrix matxPrevious)
- public static void FlattenQuadraticBezier(List<Point> points, Point ptStart, Point ptCtrl, Point ptEnd, double tolerance)
-
public sealed class Line : Shape
-
public class LineGeometry : Geometry
-
public class LineSegment : PathSegment
-
public struct Matrix
- public static Matrix Identity { get; }
- public double Determinant { get; }
- public bool HasInverse { get; }
- public bool IsIdentity { get; }
- public double M11 { get; set; }
- public double M12 { get; set; }
- public double M21 { get; set; }
- public double M22 { get; set; }
- public double OffsetX { get; set; }
- public double OffsetY { get; set; }
- public Matrix(double m11, double m12, double m21, double m22, double offsetX, double offsetY)
- public static Matrix Multiply(Matrix trans1, Matrix trans2)
- public static Matrix op_Multiply(Matrix trans1, Matrix trans2)
- public void Append(Matrix matrix)
- public void Invert()
- public void Prepend(Matrix matrix)
- public void Rotate(double angle)
- public void RotateAt(double angle, double centerX, double centerY)
- public void RotateAtPrepend(double angle, double centerX, double centerY)
- public void RotatePrepend(double angle)
- public void Scale(double scaleX, double scaleY)
- public void ScaleAt(double scaleX, double scaleY, double centerX, double centerY)
- public void ScaleAtPrepend(double scaleX, double scaleY, double centerX, double centerY)
- public void ScalePrepend(double scaleX, double scaleY)
- public void SetIdentity()
- public void Skew(double skewX, double skewY)
- public void SkewPrepend(double skewX, double skewY)
- public Point Transform(Point point)
- public void Transform(Point[] points)
- public Vector2 Transform(Vector2 vector)
- public void Transform(Vector2[] vectors)
- public void Translate(double offsetX, double offsetY)
- public void TranslatePrepend(double offsetX, double offsetY)
-
public class MatrixTransform : Transform
-
public class MatrixTypeConverter : TypeConverter
-
public class Path : Shape
-
public sealed class PathFigure : BindableObject, IAnimatable
-
public sealed class PathFigureCollection : ObservableCollection<PathFigure>
-
public class PathFigureCollectionConverter : TypeConverter
-
public sealed class PathGeometry : Geometry
-
public class PathGeometryConverter : TypeConverter
-
public abstract class PathSegment : BindableObject, IAnimatable
-
public sealed class PathSegmentCollection : ObservableCollection<PathSegment>
-
public enum PenLineCap
-
public enum PenLineJoin
-
public sealed class PointCollection : ObservableCollection<Point>
-
public class PointCollectionConverter : TypeConverter
-
public sealed class PolyBezierSegment : PathSegment
-
public sealed class Polygon : Shape
-
public sealed class Polyline : Shape
-
public class PolyLineSegment : PathSegment
-
public class PolyQuadraticBezierSegment : PathSegment
-
public class QuadraticBezierSegment : PathSegment
-
public sealed class Rectangle : Shape
-
public class RectangleGeometry : Geometry
-
public class RotateTransform : Transform
-
public class RoundRectangleGeometry : GeometryGroup
-
public class ScaleTransform : Transform
-
public abstract class Shape : View
-
public class SkewTransform : Transform
-
public class Transform : BindableObject
-
public sealed class TransformCollection : ObservableCollection<Transform>
-
public sealed class TransformGroup : Transform
-
public class TransformTypeConverter : TypeConverter
-
public class TranslateTransform : Transform
-
public struct Vector2
- public double Length { get; }
- public double LengthSquared { get; }
- public Vector2 Normalized { get; }
- public double X { get; }
- public double Y { get; }
- public Vector2(double x, double y)
- public Vector2(Point p)
- public Vector2(double angle)
- public static double AngleBetween(Vector2 v1, Vector2 v2)
- public static Vector2 op_Addition(Vector2 v1, Vector2 v2)
- public static Point op_Addition(Vector2 v, Point p)
- public static Point op_Addition(Point p, Vector2 v)
- public static Vector2 op_Division(Vector2 v, double d)
- public static Point op_Explicit(Vector2 v)
- public static Vector2 op_Multiply(Vector2 v, double d)
- public static Vector2 op_Multiply(double d, Vector2 v)
- public static Vector2 op_Subtraction(Vector2 v1, Vector2 v2)
- public static Point op_Subtraction(Point p, Vector2 v)
- public static Vector2 op_UnaryNegation(Vector2 v)
Xamarin.Forms.Xaml
Xamarin.Forms.Xaml.Diagnostics