API Diff between 2.3.4.224 and 2.3.1.114
354 Additions
6 Removals
Xamarin.Forms
-
public class ActivityIndicator : View, IElementConfiguration<ActivityIndicator>
-
public class Application : Element, IResourcesProvider, IApplicationController, IElementConfiguration<Application>
-
public abstract class BindableObject : INotifyPropertyChanged, IDynamicResourceHandler
-
public class BoxView : View, IElementConfiguration<BoxView>
-
public class Button : View, IFontElement, IButtonController, IViewController, IVisualElementController, IElementController, IElementConfiguration<Button>
-
public class CarouselPage : MultiPage<ContentPage>, IElementConfiguration<CarouselPage>
-
public abstract class Cell : Element, ICellController
-
public struct Color
-
public class Configuration<TPlatform, TElement> : IPlatformElementConfiguration<TPlatform, TElement>, IConfigElement<TElement> where TPlatform : IConfigPlatform where TElement : Element
-
public class ConstraintExpression : IMarkupExtension<Constraint>, IMarkupExtension
-
public class DatePicker : View, IElementConfiguration<DatePicker>
-
public static class Device
-
public class Editor : InputView, IFontElement, IElementConfiguration<Editor>
-
public class Entry : InputView, IFontElement, IEntryController, IElementConfiguration<Entry>
-
public class Frame : ContentView, IElementConfiguration<Frame>
-
public interface IConfigElement<T> where T : Element
-
public interface IConfigPlatform
-
public interface IElementConfiguration<TElement> where TElement : Element
-
public interface IElementController
-
public class Image : View, IImageController, IElementConfiguration<Image>
-
public abstract class ImageSource : Element
-
public interface IPlatformElementConfiguration<TPlatform, TElement> : IConfigElement<TElement> where TPlatform : IConfigPlatform where TElement : Element
-
public class Label : View, IFontElement, IElementConfiguration<Label>
-
public class ListView : ItemsView<Cell>, IListViewController, IViewController, IVisualElementController, IElementController, IElementConfiguration<ListView>
-
public class MasterDetailPage : Page, IMasterDetailPageController, IElementConfiguration<MasterDetailPage>
-
public class NavigationPage : Page, IPageContainer<Page>, INavigationPageController, IElementConfiguration<NavigationPage>
-
public class On
-
public class OnIdiom<T>
-
public class OnPlatform<T>
-
public sealed class OpenGLView : View, IOpenGlViewController, IViewController, IVisualElementController, IElementController, IElementConfiguration<OpenGLView>
-
public class Page : VisualElement, ILayout, IPageController, IElementConfiguration<Page>
-
public class Picker : View, IElementConfiguration<Picker>
-
public class PoppedToRootEventArgs : NavigationEventArgs
-
public class ProgressBar : View, IElementConfiguration<ProgressBar>
-
public class ScrollView : Layout, IScrollViewController, ILayoutController, IElementConfiguration<ScrollView>
-
public class SearchBar : View, IFontElement, ISearchBarController, IElementConfiguration<SearchBar>
-
public class Slider : View, IElementConfiguration<Slider>
-
public class Stepper : View, IElementConfiguration<Stepper>
-
public class Switch : View, IElementConfiguration<Switch>
-
public class TabbedPage : MultiPage<Page>, IElementConfiguration<TabbedPage>
-
public class TableView : View, ITableViewController, IElementConfiguration<TableView>
-
public class TimePicker : View, IElementConfiguration<TimePicker>
-
public class WebView : View, IElementConfiguration<WebView>
Xamarin.Forms.Internals
Xamarin.Forms.Platform.Android
-
public class FormsViewGroup : ViewGroup
-
public static class ColorExtensions
-
public static class FontExtensions
-
public class FormsAppCompatActivity : AppCompatActivity, IDeviceInfoProvider, IStartActivityForResult
-
public static class KeyboardExtensions
-
public static class NativeBindingExtensions
- public static void SetBinding(this View view, string propertyName, BindingBase binding, string updateSourceEventName = null)
- public static void SetBinding(this View view, BindableProperty targetProperty, BindingBase binding)
- public static void SetBindingContext(this View target, object bindingContext, Func<View, IEnumerable<View>> getChildren = null)
- public static void SetValue(this View target, BindableProperty targetProperty, object value)
-
public static class PlatformConfigurationExtensions
-
public static class ResourceManager
-
public abstract class ViewRenderer<TView, TNativeView> : VisualElementRenderer<TView>, IOnFocusChangeListener, IJavaObject, IDisposable where TView : View where TNativeView : View
-
public class VisualElementPackager : IDisposable
- protected virtual void Dispose(bool disposing)
-
public class VisualElementTracker : IDisposable
- protected virtual void Dispose(bool disposing)
Xamarin.Forms.Platform.Android.AppCompat
-
public class NavigationPageRenderer : VisualElementRenderer<NavigationPage>, IManageFragments, IOnClickListener, IJavaObject, IDisposable
-
public class TabbedPageRenderer : VisualElementRenderer<TabbedPage>, IOnTabSelectedListener, IJavaObject, IDisposable, IOnPageChangeListener, IManageFragments
-
public abstract class ViewRenderer<TView, TControl> : ViewRenderer<TView, TControl> where TView : View where TControl : View
Xamarin.Forms.PlatformConfiguration
Xamarin.Forms.PlatformConfiguration.AndroidSpecific
-
public static class Application
-
public static class TabbedPage
- public static readonly BindableProperty IsSwipePagingEnabledProperty
- public static readonly BindableProperty OffscreenPageLimitProperty
- public static IPlatformElementConfiguration<Android, TabbedPage> DisableSwipePaging(this IPlatformElementConfiguration<Android, TabbedPage> config)
- public static IPlatformElementConfiguration<Android, TabbedPage> EnableSwipePaging(this IPlatformElementConfiguration<Android, TabbedPage> config)
- public static bool GetIsSwipePagingEnabled(BindableObject element)
- public static int GetOffscreenPageLimit(BindableObject element)
- public static bool IsSwipePagingEnabled(this IPlatformElementConfiguration<Android, TabbedPage> config)
- public static int OffscreenPageLimit(this IPlatformElementConfiguration<Android, TabbedPage> config)
- public static void SetIsSwipePagingEnabled(BindableObject element, bool value)
- public static IPlatformElementConfiguration<Android, TabbedPage> SetIsSwipePagingEnabled(this IPlatformElementConfiguration<Android, TabbedPage> config, bool value)
- public static void SetOffscreenPageLimit(BindableObject element, int value)
- public static IPlatformElementConfiguration<Android, TabbedPage> SetOffscreenPageLimit(this IPlatformElementConfiguration<Android, TabbedPage> config, int value)
-
public enum WindowSoftInputModeAdjust
Xamarin.Forms.PlatformConfiguration.AndroidSpecific.AppCompat
-
public static class Application
- public static readonly BindableProperty SendAppearingEventOnResumeProperty
- public static readonly BindableProperty SendDisappearingEventOnPauseProperty
- public static readonly BindableProperty ShouldPreserveKeyboardOnResumeProperty
- public static bool GetSendAppearingEventOnResume(BindableObject element)
- public static bool GetSendAppearingEventOnResume(this IPlatformElementConfiguration<Android, Application> config)
- public static bool GetSendDisappearingEventOnPause(BindableObject element)
- public static bool GetSendDisappearingEventOnPause(this IPlatformElementConfiguration<Android, Application> config)
- public static bool GetShouldPreserveKeyboardOnResume(BindableObject element)
- public static bool GetShouldPreserveKeyboardOnResume(this IPlatformElementConfiguration<Android, Application> config)
- public static IPlatformElementConfiguration<Android, Application> SendAppearingEventOnResume(this IPlatformElementConfiguration<Android, Application> config, bool value)
- public static IPlatformElementConfiguration<Android, Application> SendDisappearingEventOnPause(this IPlatformElementConfiguration<Android, Application> config, bool value)
- public static void SetSendAppearingEventOnResume(BindableObject element, bool value)
- public static void SetSendDisappearingEventOnPause(BindableObject element, bool value)
- public static void SetShouldPreserveKeyboardOnResume(BindableObject element, bool value)
- public static IPlatformElementConfiguration<Android, Application> ShouldPreserveKeyboardOnResume(this IPlatformElementConfiguration<Android, Application> config, bool value)
Xamarin.Forms.PlatformConfiguration.WindowsSpecific
-
public enum CollapseStyle
-
public static class MasterDetailPage
- public static readonly BindableProperty CollapsedPaneWidthProperty
- public static readonly BindableProperty CollapseStyleProperty
- public static double CollapsedPaneWidth(this IPlatformElementConfiguration<Windows, MasterDetailPage> config)
- public static IPlatformElementConfiguration<Windows, MasterDetailPage> CollapsedPaneWidth(this IPlatformElementConfiguration<Windows, MasterDetailPage> config, double value)
- public static double GetCollapsedPaneWidth(BindableObject element)
- public static CollapseStyle GetCollapseStyle(BindableObject element)
- public static CollapseStyle GetCollapseStyle(this IPlatformElementConfiguration<Windows, MasterDetailPage> config)
- public static void SetCollapsedPaneWidth(BindableObject element, double collapsedPaneWidth)
- public static void SetCollapseStyle(BindableObject element, CollapseStyle collapseStyle)
- public static IPlatformElementConfiguration<Windows, MasterDetailPage> SetCollapseStyle(this IPlatformElementConfiguration<Windows, MasterDetailPage> config, CollapseStyle value)
- public static IPlatformElementConfiguration<Windows, MasterDetailPage> UsePartialCollapse(this IPlatformElementConfiguration<Windows, MasterDetailPage> config)
-
public static class Page
-
public enum ToolbarPlacement
Xamarin.Forms.PlatformConfiguration.iOSSpecific
-
public enum BlurEffectStyle
-
public static class Entry
-
public static class NavigationPage
- public static readonly BindableProperty IsNavigationBarTranslucentProperty
- public static readonly BindableProperty StatusBarTextColorModeProperty
- public static IPlatformElementConfiguration<iOS, NavigationPage> DisableTranslucentNavigationBar(this IPlatformElementConfiguration<iOS, NavigationPage> config)
- public static IPlatformElementConfiguration<iOS, NavigationPage> EnableTranslucentNavigationBar(this IPlatformElementConfiguration<iOS, NavigationPage> config)
- public static bool GetIsNavigationBarTranslucent(BindableObject element)
- public static StatusBarTextColorMode GetStatusBarTextColorMode(BindableObject element)
- public static StatusBarTextColorMode GetStatusBarTextColorMode(this IPlatformElementConfiguration<iOS, NavigationPage> config)
- public static bool IsNavigationBarTranslucent(this IPlatformElementConfiguration<iOS, NavigationPage> config)
- public static void SetIsNavigationBarTranslucent(BindableObject element, bool value)
- public static IPlatformElementConfiguration<iOS, NavigationPage> SetIsNavigationBarTranslucent(this IPlatformElementConfiguration<iOS, NavigationPage> config, bool value)
- public static void SetStatusBarTextColorMode(BindableObject element, StatusBarTextColorMode value)
- public static IPlatformElementConfiguration<iOS, NavigationPage> SetStatusBarTextColorMode(this IPlatformElementConfiguration<iOS, NavigationPage> config, StatusBarTextColorMode value)
-
public static class Page
- public static readonly BindableProperty PreferredStatusBarUpdateAnimationProperty
- public static readonly BindableProperty
- public static UIStatusBarAnimation GetPreferredStatusBarUpdateAnimation(BindableObject element)
- public static StatusBarHiddenMode (BindableObject element)
- public static UIStatusBarAnimation PreferredStatusBarUpdateAnimation(this IPlatformElementConfiguration<iOS, Page> config)
- public static StatusBarHiddenMode (this IPlatformElementConfiguration<iOS, Page> config)
- public static void SetPreferredStatusBarUpdateAnimation(BindableObject element, UIStatusBarAnimation value)
- public static IPlatformElementConfiguration<iOS, Page> SetPreferredStatusBarUpdateAnimation(this IPlatformElementConfiguration<iOS, Page> config, UIStatusBarAnimation value)
- public static void (BindableObject element, StatusBarHiddenMode value)
- public static IPlatformElementConfiguration<iOS, Page> (this IPlatformElementConfiguration<iOS, Page> config, StatusBarHiddenMode value)
-
public static class Picker
-
public enum StatusBarHiddenMode
-
public enum StatusBarTextColorMode
-
public enum UIStatusBarAnimation
-
public enum UpdateMode
-
public static class VisualElement
Xamarin.Forms.Xaml
Xamarin.Forms.Xaml.Internals