API Diff between 4.6.0.967 and 4.5.0.657
374 Additions
2 Removals
Xamarin.Forms
-
public class Application : Element, IResourcesProvider, IApplicationController, IElementConfiguration<Application>
-
public class AppThemeChangedEventArgs : EventArgs
-
public static class BindableLayout
-
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 static class Device
-
public class Expander : TemplatedView
-
public enum ExpanderState
-
public class FlyoutItem : ShellItem
- public const string ImageStyle = "FlyoutItemImageStyle"
- public const string LabelStyle = "FlyoutItemLabelStyle"
- public const string LayoutStyle = "FlyoutItemLayoutStyle"
-
public class FontFile
-
public interface IGestureRecognizers
-
public interface IShellController : IPageController, IVisualElementController, IElementController
-
public interface ISwipeItem
-
public interface ISwipeViewController
-
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 enum OSAppTheme
-
public class RadioButton : Button, IElementConfiguration<RadioButton>
-
public abstract class StateTriggerBase : BindableObject
-
public class SwipeEndedEventArgs : BaseSwipeEventArgs
-
public class SwipeItem : MenuItem, ISwipeItem
-
public class SwipeView : ContentView, IElementConfiguration<SwipeView>, ISwipeViewController
-
public static class VisualElementExtensions
-
public class VisualStateGroupList : IList<VisualStateGroup>, ICollection<VisualStateGroup>, IEnumerable<VisualStateGroup>, IEnumerable
-
public class WebView : View, IWebViewController, IViewController, IVisualElementController, IElementController, IElementConfiguration<WebView>
Xamarin.Forms.Core
Xamarin.Forms.Internals
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.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 interface IMediaPlayer
-
public static class Switch
-
public static class SwitchStyle
- public const string OnOff = "on&off"
- public const string Small = "small"
Xamarin.Forms.PlatformConfiguration.iOSSpecific
Xamarin.Forms.Xaml