API Diff between 4.6.0.967 and 4.3.0.991250
843 Additions
31 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 abstract class BaseSwipeEventArgs : EventArgs
-
public static class BindableLayout
-
public abstract class BindableObject : INotifyPropertyChanged, IDynamicResourceHandler
-
public class CarouselLayoutTypeConverter : TypeConverter
-
public class CarouselView : ItemsView
-
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 sealed class CompareStateTrigger : StateTriggerBase
-
public static class Device
-
public sealed class DeviceStateTrigger : StateTriggerBase
-
public class Editor : InputView, IEditorController, IViewController, IVisualElementController, IElementController, IFontElement, IElementConfiguration<Editor>
-
public class EmbeddedFont
-
public class Entry : InputView, IFontElement, ITextAlignmentElement, IEntryController, IElementConfiguration<Entry>
-
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 const string ImageStyle = "FlyoutItemImageStyle"
- public const string LabelStyle = "FlyoutItemLabelStyle"
- public const string LayoutStyle = "FlyoutItemLayoutStyle"
-
public class FontFile
-
public interface IEmbeddedFontLoader
-
public interface IGestureRecognizers
-
public interface IImageController : IViewController, IVisualElementController, IElementController
-
public interface IImageElement
-
public class Image : View, IImageController, IViewController, IVisualElementController, IElementController, IElementConfiguration<Image>, IImageElement
-
public interface IMediaElementController
-
public enum IndicatorShape
-
public class IndicatorView : TemplatedView
-
public class InputView : View, IPlaceholderElement, ITextElement
-
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 LinearItemsLayout : ItemsLayout
-
public sealed class MediaElement : View, IMediaElementController
-
public enum MediaElementState
-
public abstract class MediaSource : Element
-
public sealed class MediaSourceConverter : TypeConverter
-
public class : BaseMenuItem, IMenuItemController, IStyleSelectable
- public IList<string> { get; set; }
- public IList<string> { get; set; }
-
public static class NamedPlatformColor
-
public class NavigationPage : Page, IPageContainer<Page>, IBarElement, INavigationPageController, IElementConfiguration<NavigationPage>
-
public class OpenSwipeEventArgs : 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> DisplayPromptAsync(string title, string message, string accept = "OK", string cancel = "Cancel", string placeholder = null, int maxLength = -1, Keyboard keyboard = null, string initialValue = "")
-
public enum PresentationMode
-
public class RadioButton : Button, IElementConfiguration<RadioButton>
-
public enum ScrollMode
-
public class SearchBar : InputView, IFontElement, ITextAlignmentElement, ISearchBarController, IElementConfiguration<SearchBar>
-
public class SeekRequested : EventArgs
-
public class SelectableItemsView : StructuredItemsView
-
public sealed class Setter : IValueProvider
-
public class Shell : Page, IShellController, IPageController, IVisualElementController, IElementController, IPropertyPropagationController
-
public class StateRequested : EventArgs
-
public sealed class StateTrigger : StateTriggerBase
-
public abstract class StateTriggerBase : BindableObject
-
public class Stepper : View, IElementConfiguration<Stepper>
-
public class StructuredItemsView : ItemsView
-
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 static class TabIndexExtensions
-
public sealed class UriMediaSource : MediaSource
-
public static class ViewExtensions
-
public static class VisualElementExtensions
-
public sealed class VisualState
-
public class VisualStateGroupList : IList<VisualStateGroup>, ICollection<VisualStateGroup>, IEnumerable<VisualStateGroup>, IEnumerable
-
public class WebView : View, IWebViewController, IViewController, IVisualElementController, IElementController, IElementConfiguration<WebView>
Xamarin.Forms.Internals
-
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 IPlatformServices
-
public struct Profile : IDisposable
- public static void FrameBegin(string name = "", string id = null, int line = 0)
- public static void FrameEnd()
- 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 SwipeDirectionHelper
Xamarin.Forms.Markup
-
public static class BindableObjectExtensions
- public static TBindable Assign<TBindable, TVariable>(this TBindable bindable, out TVariable variable) where TBindable : BindableObject, TVariable
- public static TBindable Bind<TBindable>(this TBindable bindable, BindableProperty targetProperty, string path = ".", BindingMode mode = 0, IValueConverter converter = null, object converterParameter = null, string stringFormat = null, object source = null, object targetNullValue = null, object fallbackValue = null) where TBindable : BindableObject
- public static TBindable Bind<TBindable, TSource, TDest>(this TBindable bindable, BindableProperty targetProperty, string path = ".", BindingMode mode = 0, Func<TSource, TDest> convert = null, Func<TDest, TSource> convertBack = null, object converterParameter = null, string stringFormat = null, object source = null, object targetNullValue = null, object fallbackValue = null) where TBindable : BindableObject
- public static TBindable Bind<TBindable, TSource, TParam, TDest>(this TBindable bindable, BindableProperty targetProperty, string path = ".", BindingMode mode = 0, Func<TSource, TParam, TDest> convert = null, Func<TDest, TParam, TSource> convertBack = null, object converterParameter = null, string stringFormat = null, object source = null, object targetNullValue = null, object fallbackValue = null) where TBindable : BindableObject
- public static TBindable Bind<TBindable>(this TBindable bindable, string path = ".", BindingMode mode = 0, IValueConverter converter = null, object converterParameter = null, string stringFormat = null, object source = null, object targetNullValue = null, object fallbackValue = null) where TBindable : BindableObject
- public static TBindable Bind<TBindable, TSource, TDest>(this TBindable bindable, string path = ".", BindingMode mode = 0, Func<TSource, TDest> convert = null, Func<TDest, TSource> convertBack = null, object converterParameter = null, string stringFormat = null, object source = null, object targetNullValue = null, object fallbackValue = null) where TBindable : BindableObject
- public static TBindable Bind<TBindable, TSource, TParam, TDest>(this TBindable bindable, string path = ".", BindingMode mode = 0, Func<TSource, TParam, TDest> convert = null, Func<TDest, TParam, TSource> convertBack = null, object converterParameter = null, string stringFormat = null, object source = null, object targetNullValue = null, object fallbackValue = null) where TBindable : BindableObject
- public static TBindable BindCommand<TBindable>(this TBindable bindable, string path = ".", object source = null, string parameterPath = ".", object parameterSource = null) where TBindable : BindableObject
- public static TBindable Invoke<TBindable>(this TBindable bindable, Action<TBindable> action) where TBindable : BindableObject
-
public static class DefaultBindableProperties
-
public static class ElementExtensions
- public static TFontElement Bold<TFontElement>(this TFontElement fontElement) where TFontElement : Element, IFontElement
- public static TElement Effects<TElement>(this TElement element, Effect[] effects) where TElement : Element
- public static TFontElement Font<TFontElement>(this TFontElement fontElement, double? size = default, bool? bold = default, bool? italic = default, string family = null) where TFontElement : Element, IFontElement
- public static TFontElement FontSize<TFontElement>(this TFontElement fontElement, double size) where TFontElement : Element, IFontElement
- public static TFontElement Italic<TFontElement>(this TFontElement fontElement) where TFontElement : Element, IFontElement
-
public static class ElementGesturesExtensions
- public static TGestureElement BindClickGesture<TGestureElement>(this TGestureElement gestureElement, string commandPath = ".", object commandSource = null, string parameterPath = null, object parameterSource = null) where TGestureElement : Element, IGestureRecognizers
- public static TGestureElement BindSwipeGesture<TGestureElement>(this TGestureElement gestureElement, string commandPath = ".", object commandSource = null, string parameterPath = null, object parameterSource = null) where TGestureElement : Element, IGestureRecognizers
- public static TGestureElement BindTapGesture<TGestureElement>(this TGestureElement gestureElement, string commandPath = ".", object commandSource = null, string parameterPath = null, object parameterSource = null) where TGestureElement : Element, IGestureRecognizers
- public static TGestureElement ClickGesture<TGestureElement>(this TGestureElement gestureElement, Action<ClickGestureRecognizer> init) where TGestureElement : Element, IGestureRecognizers
- public static TGestureElement Gesture<TGestureElement, TGestureRecognizer>(this TGestureElement gestureElement, Action<TGestureRecognizer> init) where TGestureElement : Element, IGestureRecognizers where TGestureRecognizer : GestureRecognizer
- public static TGestureElement PanGesture<TGestureElement>(this TGestureElement gestureElement, Action<PanGestureRecognizer> init) where TGestureElement : Element, IGestureRecognizers
- public static TGestureElement PinchGesture<TGestureElement>(this TGestureElement gestureElement, Action<PinchGestureRecognizer> init) where TGestureElement : Element, IGestureRecognizers
- public static TGestureElement SwipeGesture<TGestureElement>(this TGestureElement gestureElement, Action<SwipeGestureRecognizer> init) where TGestureElement : Element, IGestureRecognizers
- public static TGestureElement TapGesture<TGestureElement>(this TGestureElement gestureElement, Action<TapGestureRecognizer> init) where TGestureElement : Element, IGestureRecognizers
-
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 FuncConverter(Func<TSource, TParam, CultureInfo, TDest> convertWithParamAndCulture = null, Func<TDest, TParam, CultureInfo, TSource> convertBackWithParamAndCulture = null)
- public FuncConverter(Func<TSource, TParam, TDest> convertWithParam = null, Func<TDest, TParam, TSource> convertBackWithParam = null)
- public FuncConverter(Func<TSource, TDest> convert = null, Func<TDest, TSource> convertBack = null)
- public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
- public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
-
public static class GridRowsColumns
-
public static class LabelExtensions
-
public static class LayoutExtensions
- public static TLayout Padding<TLayout>(this TLayout layout, Thickness padding) where TLayout : Layout
- public static TLayout Padding<TLayout>(this TLayout layout, double horizontalSize, double verticalSize) where TLayout : Layout
- public static TLayout Paddings<TLayout>(this TLayout layout, double left = 0, double top = 0, double right = 0, double bottom = 0) where TLayout : Layout
-
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 TView Bottom<TView>(this TView view) where TView : View
- public static TView BottomExpand<TView>(this TView view) where TView : View
- public static TView Center<TView>(this TView view) where TView : View
- public static TView CenterExpand<TView>(this TView view) where TView : View
- public static TView CenterExpandHorizontal<TView>(this TView view) where TView : View
- public static TView CenterExpandVertical<TView>(this TView view) where TView : View
- public static TView CenterHorizontal<TView>(this TView view) where TView : View
- public static TView CenterVertical<TView>(this TView view) where TView : View
- public static TView End<TView>(this TView view) where TView : View
- public static TView EndExpand<TView>(this TView view) where TView : View
- public static TView Fill<TView>(this TView view) where TView : View
- public static TView FillExpand<TView>(this TView view) where TView : View
- public static TView FillExpandHorizontal<TView>(this TView view) where TView : View
- public static TView FillExpandVertical<TView>(this TView view) where TView : View
- public static TView FillHorizontal<TView>(this TView view) where TView : View
- public static TView FillVertical<TView>(this TView view) where TView : View
- public static TView Margin<TView>(this TView view, Thickness margin) where TView : View
- public static TView Margin<TView>(this TView view, double horizontal, double vertical) where TView : View
- public static TView Margins<TView>(this TView view, double left = 0, double top = 0, double right = 0, double bottom = 0) where TView : View
- public static TView Start<TView>(this TView view) where TView : View
- public static TView StartExpand<TView>(this TView view) where TView : View
- public static TView Top<TView>(this TView view) where TView : View
- public static TView TopExpand<TView>(this TView view) where TView : View
-
public static class ViewInFlexLayoutExtensions
- public static TView AlignSelf<TView>(this TView view, FlexAlignSelf value) where TView : View
- public static TView Basis<TView>(this TView view, FlexBasis value) where TView : View
- public static TView Grow<TView>(this TView view, float value) where TView : View
- public static TView Order<TView>(this TView view, int value) where TView : View
- public static TView Shrink<TView>(this TView view, float value) where TView : View
-
public static class ViewInGridExtensions
- public static TView Column<TView>(this TView view, int column) where TView : View
- public static TView Column<TView>(this TView view, int column, int span) where TView : View
- public static TView Column<TView, TColumn>(this TView view, TColumn column) where TView : View where TColumn : Enum
- public static TView Column<TView, TColumn>(this TView view, TColumn first, TColumn last) where TView : View where TColumn : Enum
- public static TView ColumnSpan<TView>(this TView view, int span) where TView : View
- public static TView Row<TView>(this TView view, int row) where TView : View
- public static TView Row<TView>(this TView view, int row, int span) where TView : View
- public static TView Row<TView, TRow>(this TView view, TRow row) where TView : View where TRow : Enum
- public static TView Row<TView, TRow>(this TView view, TRow first, TRow last) where TView : View where TRow : Enum
- public static TView RowSpan<TView>(this TView view, int span) where TView : View
-
public static class VisualElementExtensions
- public static TElement Height<TElement>(this TElement element, double request) where TElement : VisualElement
- public static TElement MinHeight<TElement>(this TElement element, double request) where TElement : VisualElement
- public static TElement MinSize<TElement>(this TElement element, double widthRequest, double heightRequest) where TElement : VisualElement
- public static TElement MinSize<TElement>(this TElement element, double sizeRequest) where TElement : VisualElement
- public static TElement MinWidth<TElement>(this TElement element, double request) where TElement : VisualElement
- public static TElement Size<TElement>(this TElement element, double widthRequest, double heightRequest) where TElement : VisualElement
- public static TElement Size<TElement>(this TElement element, double sizeRequest) where TElement : VisualElement
- public static T Style<T>(this T view, Style<T> style) where T : VisualElement
- public static TElement Width<TElement>(this TElement element, double request) where TElement : VisualElement
Xamarin.Forms.Markup.LeftToRight
-
public static class LabelExtensions
- public static TLabel TextLeft<TLabel>(this TLabel label) where TLabel : Label
- public static TLabel TextRight<TLabel>(this TLabel label) where TLabel : Label
-
public static class ViewExtensions
- public static TView Left<TView>(this TView view) where TView : View
- public static TView LeftExpand<TView>(this TView view) where TView : View
- public static TView Right<TView>(this TView view) where TView : View
- public static TView RightExpand<TView>(this TView view) where TView : View
Xamarin.Forms.Markup.RightToLeft
-
public static class LabelExtensions
- public static TLabel TextLeft<TLabel>(this TLabel label) where TLabel : Label
- public static TLabel TextRight<TLabel>(this TLabel label) where TLabel : Label
-
public static class ViewExtensions
- public static TView Left<TView>(this TView view) where TView : View
- public static TView LeftExpand<TView>(this TView view) where TView : View
- public static TView Right<TView>(this TView view) where TView : View
- public static TView RightExpand<TView>(this TView view) where TView : View
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 class BufferingProgressUpdatedEventArgs : EventArgs
-
public enum DisplayAspectMode
-
public static class Image
-
public interface IMediaPlayer
-
public interface IPlatformMediaPlayer : IDisposable
-
public interface IVideoOutput
-
public enum PlaybackState
-
public static class Switch
-
public static class SwitchStyle
- public const string OnOff = "on&off"
- public const string Small = "small"
-
public enum VideoOuputType
Xamarin.Forms.PlatformConfiguration.WindowsSpecific
Xamarin.Forms.PlatformConfiguration.iOSSpecific
Xamarin.Forms.Xaml