API Diff between 2.1.0.6508-pre3 and 5.0.0.1905
390 Additions
1234 Removals
Xamarin.Forms
-
public class AbsoluteLayout : Layout<View>
- public IPlatformElementConfiguration<T, AbsoluteLayout> On<T>() where T : IConfigPlatform
-
public class Accelerator
-
public class AcceleratorTypeConverter : TypeConverter
-
public enum AccessKeyPlacement
-
public class ActivityIndicator : View
-
public sealed class AdaptiveTrigger : StateTriggerBase
-
public class Animation : IEnumerable
-
public static class AnimationExtensions
-
public class Application : Element, IResourcesProvider
-
public class AppLinkEntry : Element, IAppLinkEntry
-
public class AppThemeChangedEventArgs : EventArgs
-
public class AutomationProperties
-
public class BackButtonBehavior : BindableObject
-
public class BaseShellItem : NavigableElement, IPropertyPropagationController, IVisualController, IFlowDirectionController, ITabStopElement
-
public abstract class BaseSwipeEventArgs : EventArgs
-
public abstract class Behavior : BindableObject, IAttachedObject
-
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 BindingBase
-
public enum BindingMode
-
public class BoxView : View
-
public abstract class Brush : Element
-
public class BrushTypeConverter : TypeConverter
-
public class Button : View, IFontElement, IButtonController, IViewController, IVisualElementController, IElementController
-
public enum ButtonsMask
-
public class CarouselLayoutTypeConverter : TypeConverter
-
public class CarouselPage : MultiPage<ContentPage>
- public IPlatformElementConfiguration<T, CarouselPage> On<T>() where T : IConfigPlatform
-
public class CarouselView : ItemsView
-
public abstract class Cell : Element
-
public class CheckBox : View, IElementConfiguration<CheckBox>, IBorderElement, IColorElement
-
public class CheckedChangedEventArgs : EventArgs
-
public sealed class ChildGestureRecognizer : IGestureRecognizer, INotifyPropertyChanged
-
public enum ClearButtonVisibility
-
public class ClickedEventArgs : EventArgs
-
public sealed class ClickGestureRecognizer : GestureRecognizer
-
public class CloseRequestedEventArgs : EventArgs
-
public class CollectionView : GroupableItemsView
-
public struct Color
- public static readonly Color AliceBlue
- public static readonly Color AntiqueWhite
- public static readonly Color Aquamarine
- public static readonly Color Azure
- public static readonly Color Beige
- public static readonly Color Bisque
- public static readonly Color BlanchedAlmond
- public static readonly Color BlueViolet
- public static readonly Color Brown
- public static readonly Color BurlyWood
- public static readonly Color CadetBlue
- public static readonly Color Chartreuse
- public static readonly Color Chocolate
- public static readonly Color Coral
- public static readonly Color CornflowerBlue
- public static readonly Color Cornsilk
- public static readonly Color Crimson
- public static readonly Color Cyan
- public static readonly Color DarkBlue
- public static readonly Color DarkCyan
- public static readonly Color DarkGoldenrod
- public static readonly Color DarkGray
- public static readonly Color DarkGreen
- public static readonly Color DarkKhaki
- public static readonly Color DarkMagenta
- public static readonly Color DarkOliveGreen
- public static readonly Color DarkOrange
- public static readonly Color DarkOrchid
- public static readonly Color DarkRed
- public static readonly Color DarkSalmon
- public static readonly Color DarkSeaGreen
- public static readonly Color DarkSlateBlue
- public static readonly Color DarkSlateGray
- public static readonly Color DarkTurquoise
- public static readonly Color DarkViolet
- public static readonly Color DeepPink
- public static readonly Color DeepSkyBlue
- public static readonly Color DimGray
- public static readonly Color DodgerBlue
- public static readonly Color Firebrick
- public static readonly Color FloralWhite
- public static readonly Color ForestGreen
- public static readonly Color Gainsboro
- public static readonly Color GhostWhite
- public static readonly Color Gold
- public static readonly Color Goldenrod
- public static readonly Color GreenYellow
- public static readonly Color Honeydew
- public static readonly Color HotPink
- public static readonly Color IndianRed
- public static readonly Color Indigo
- public static readonly Color Ivory
- public static readonly Color Khaki
- public static readonly Color Lavender
- public static readonly Color LavenderBlush
- public static readonly Color LawnGreen
- public static readonly Color LemonChiffon
- public static readonly Color LightBlue
- public static readonly Color LightCoral
- public static readonly Color LightCyan
- public static readonly Color LightGoldenrodYellow
- public static readonly Color LightGray
- public static readonly Color LightGreen
- public static readonly Color LightPink
- public static readonly Color LightSalmon
- public static readonly Color LightSeaGreen
- public static readonly Color LightSkyBlue
- public static readonly Color LightSlateGray
- public static readonly Color LightSteelBlue
- public static readonly Color LightYellow
- public static readonly Color LimeGreen
- public static readonly Color Linen
- public static readonly Color Magenta
- public static readonly Color MediumAquamarine
- public static readonly Color MediumBlue
- public static readonly Color MediumOrchid
- public static readonly Color MediumPurple
- public static readonly Color MediumSeaGreen
- public static readonly Color MediumSlateBlue
- public static readonly Color MediumSpringGreen
- public static readonly Color MediumTurquoise
- public static readonly Color MediumVioletRed
- public static readonly Color MidnightBlue
- public static readonly Color MintCream
- public static readonly Color MistyRose
- public static readonly Color Moccasin
- public static readonly Color NavajoWhite
- public static readonly Color OldLace
- public static readonly Color OliveDrab
- public static readonly Color Orange
- public static readonly Color OrangeRed
- public static readonly Color Orchid
- public static readonly Color PaleGoldenrod
- public static readonly Color PaleGreen
- public static readonly Color PaleTurquoise
- public static readonly Color PaleVioletRed
- public static readonly Color PapayaWhip
- public static readonly Color PeachPuff
- public static readonly Color Peru
- public static readonly Color Plum
- public static readonly Color PowderBlue
- public static readonly Color RosyBrown
- public static readonly Color RoyalBlue
- public static readonly Color SaddleBrown
- public static readonly Color Salmon
- public static readonly Color SandyBrown
- public static readonly Color SeaGreen
- public static readonly Color SeaShell
- public static readonly Color Sienna
- public static readonly Color SkyBlue
- public static readonly Color SlateBlue
- public static readonly Color SlateGray
- public static readonly Color Snow
- public static readonly Color SpringGreen
- public static readonly Color SteelBlue
- public static readonly Color Tan
- public static readonly Color Thistle
- public static readonly Color Tomato
- public static readonly Color Turquoise
- public static readonly Color Violet
- public static readonly Color Wheat
- public static readonly Color WhiteSmoke
- public static readonly Color YellowGreen
- public bool IsDefault { get; }
- 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 Color op_Implicit(Color color)
- public static Color op_Implicit(Color color)
- public static void SetAccent(Color value)
- public string ToHex()
-
public class ColumnDefinitionCollectionTypeConverter : TypeConverter
-
public sealed class CompareStateTrigger : StateTriggerBase
-
public static class CompressedLayout
-
public class Configuration<TPlatform, TElement> : IPlatformElementConfiguration<TPlatform, TElement>, IConfigElement<TElement> where TPlatform : IConfigPlatform where TElement : Element
-
public class ConstraintExpression : IMarkupExtension
-
public class ControlTemplate : ElementTemplate
-
public struct CornerRadius
-
public class CornerRadiusTypeConverter : TypeConverter
-
public class CurrentItemChangedEventArgs : EventArgs
-
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
-
public static class DependencyService
-
public static class DesignMode
-
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, IFontElement
-
public enum EditorAutoSizeOption
-
public abstract class Effect
-
public enum EffectiveFlowDirection
-
public static class EffectiveFlowDirectionExtensions
-
public static class EffectiveVisualExtensions
-
public abstract class Element : BindableObject, IElement, INameScope, IElementController
-
public class EmbeddedFont
-
public class Entry : InputView, IFontElement
-
public class EntryCell : Cell
-
public class ExportFontAttribute : Attribute
-
public enum FlexAlignContent
-
public class FlexAlignContentTypeConverter : TypeConverter
-
public enum FlexAlignItems
-
public class FlexAlignItemsTypeConverter : TypeConverter
-
public enum FlexAlignSelf
-
public class FlexAlignSelfTypeConverter : TypeConverter
-
public struct FlexBasis
-
public enum FlexDirection
-
public class FlexDirectionTypeConverter : TypeConverter
-
public enum FlexJustify
-
public class FlexJustifyTypeConverter : TypeConverter
-
public class FlexLayout : Layout<View>
-
public enum FlexPosition
-
public enum FlexWrap
-
public class FlexWrapTypeConverter : TypeConverter
-
public enum FlowDirection
-
public class FlowDirectionConverter : TypeConverter
-
public enum FlyoutBehavior
-
public enum FlyoutDisplayOptions
-
public enum
-
public class FlyoutItem : ShellItem
-
public enum FlyoutLayoutBehavior
-
public class FlyoutPage : Page, IFlyoutPageController, IElementConfiguration<FlyoutPage>
-
public sealed class FontAttributesConverter : TypeConverter
-
public class FontFile
-
public class FontImageSource : ImageSource
-
public class FormattedString : INotifyPropertyChanged
-
public class Frame : ContentView
-
public class GestureElement : Element, ISpatialElement, IGestureRecognizers
-
public class GestureRecognizer : Element, IGestureRecognizer, INotifyPropertyChanged
-
public abstract class GradientBrush : Brush
-
public class GradientStop : Element
-
public sealed class GradientStopCollection : ObservableCollection<GradientStop>
-
public class Grid : Layout<View>
-
public class GridItemsLayout : ItemsLayout
-
public struct GridLength
-
public class GroupableItemsView : SelectableItemsView
-
public abstract class HandlerAttribute : Attribute
-
public interface IAppearanceObserver
-
public interface IAppIndexingProvider
-
public interface IApplicationController
-
public interface IAppLinkEntry
-
public interface IAppLinks
-
public interface IBorderElement
-
public interface IButtonController : IViewController, IVisualElementController, IElementController
-
public interface ICellController
-
public interface IConfigElement<T> where T : Element
-
public interface IConfigPlatform
-
public interface IDecorableTextElement
-
public interface IDispatcher
-
public interface IDispatcherProvider
-
public interface IEditorController : IViewController, IVisualElementController, IElementController
-
public interface IElementConfiguration<TElement> where TElement : Element
-
public interface IElementController
-
public interface IEmbeddedFontLoader
-
public interface IEntryCellController
-
public interface IEntryController
-
public interface IExtendedTypeConverter
-
public interface IFlyoutBehaviorObserver
-
public interface IFlyoutPageController
-
public interface IGestureRecognizers
-
public interface IGridController
-
public interface IImageController : IViewController, IVisualElementController, IElementController
-
public interface IImageElement
-
public interface IItemsLayout : INotifyPropertyChanged
-
public interface IItemsView<T> where T : BindableObject
-
public interface IItemViewController
-
public interface IListProxy : IList, ICollection, IEnumerable
-
public interface IListViewController : IViewController, IVisualElementController, IElementController
-
public class Image : View
-
public class ImageButton : View, IImageController, IViewController, IVisualElementController, IElementController, IElementConfiguration<ImageButton>, IBorderElement, IButtonController, IPaddingElement, IButtonElement, IImageElement
-
public abstract class ImageSource : Element
-
public interface IMasterDetailPageController
-
public interface
-
public interface IMessagingCenter
-
public interface IMultiPageController<T>
-
public interface IMultiValueConverter
-
public interface INavigationPageController
-
public enum IndicatorShape
-
public class IndicatorView : TemplatedView
-
public enum InitializationFlags
-
public class InputView : View
-
public class InvalidNavigationException : Exception
-
public interface IOpenGlViewController : IViewController, IVisualElementController, IElementController
-
public interface IPaddingElement
-
public interface IOpenGLViewController : IViewController, IVisualElementController, IElementController
-
public interface IPageController : IVisualElementController, IElementController
-
public interface IPanGestureController
-
public interface IPinchGestureController
-
public interface IPlatformElementConfiguration<TPlatform, TElement> : IConfigElement<TElement> where TPlatform : IConfigPlatform where TElement : Element
-
public interface IQueryAttributable
-
public interface IScrollViewController : ILayoutController
-
public interface ISearchBarController
-
public interface ISearchHandlerController
-
public interface IShellAppearanceElement
-
public interface IShellContentController : IElementController
-
public interface IShellContentInsetObserver
-
public interface IShellController : IPageController, IVisualElementController, IElementController
-
public interface IShellItemController : IElementController
-
public interface IShellSectionController : IElementController
-
public interface ISliderController
-
public interface IStreamImageSource
-
public interface ISwipeGestureController
-
public interface ISwipeItem
-
public interface ISwipeViewController
-
public interface ITableModel
-
public interface ITableViewController
-
public interface ITabStopElement
-
public interface ITemplatedItemsList<TItem> : IReadOnlyList<TItem>, IEnumerable<TItem>, IEnumerable, IReadOnlyCollection<TItem>, INotifyCollectionChanged where TItem : BindableObject
-
public interface ITemplatedItemsListScrollToRequestedEventArgs
-
public interface ITemplatedItemsView<TItem> : IItemsView<TItem> where TItem : BindableObject
-
public enum ItemSizingStrategy
-
public abstract class ItemsLayout : BindableObject, IItemsLayout, INotifyPropertyChanged
-
public enum ItemsLayoutOrientation
-
public class ItemsLayoutTypeConverter : TypeConverter
-
public enum ItemsUpdatingScrollMode
-
public abstract class ItemsView : View
-
public abstract class ItemsView<TVisual> : View, IItemsView<TVisual> where TVisual : BindableObject
-
public class ItemsViewScrolledEventArgs : EventArgs
-
public class ItemTappedEventArgs : EventArgs
-
public sealed class ItemVisibilityEventArgs : EventArgs
-
public interface IVisual
-
public interface IVisualElementController : IElementController
-
public interface IWebViewController : IViewController, IVisualElementController, IElementController
-
public interface IWebViewDelegate
-
public class Keyboard
-
public enum KeyboardFlags
-
public class Label : View, IFontElement
-
public abstract class Layout : View, ILayout, ILayoutController
-
public class LinearGradientBrush : GradientBrush
-
public class LinearItemsLayout : ItemsLayout
-
public class ListProxyChangedEventArgs : EventArgs
-
public class ListStringTypeConverter : TypeConverter
-
public class ListView : ItemsView<Cell>, IListViewController, IViewController, IVisualElementController, IElementController
-
public enum ListViewCachingStrategy
-
public enum ListViewSelectionMode
-
public class MarshalingObservableCollection : List<object>, INotifyCollectionChanged
-
public class MasterDetailPage : Page
-
public enum MeasureFlags
-
public class : BaseMenuItem, IList<Menu>, ICollection<Menu>, IEnumerable<Menu>, IEnumerable
-
public class : BaseMenuItem
-
public sealed class : IEnumerable<MenuItem>, IEnumerable, IList<MenuItem>, ICollection<MenuItem>, INotifyCollectionChanged
-
public static class MessagingCenter
-
public sealed class MultiBinding : BindingBase
-
public abstract class MultiPage<T> : Page, IViewContainer<T>, IPageContainer<T>, IItemsView<T> where T : Page
-
public static class NamedPlatformColor
-
public enum NamedSize
-
public class NavigableElement : Element, INavigationProxy, IStyleSelectable
-
public class NavigationPage : Page, IPageContainer<Page>
-
public class NullEffect : Effect
-
public class On
-
public class OnIdiom<T>
- public T Default { get; set; }
- public T Desktop { get; set; }
- public T TV { get; set; }
- public T Watch { get; set; }
-
public class OnPlatform<T>
-
public sealed class OpenGLView : View, IOpenGLViewController, IViewController, IVisualElementController, IElementController
-
public class OpenRequestedEventArgs : EventArgs
-
public enum OpenSwipeItem
-
public sealed class OrientationStateTrigger : StateTriggerBase
-
public enum OSAppTheme
-
public class Page : VisualElement, ILayout
- public const string ActionSheetSignalName = "Xamarin.ShowActionSheet"
- public const string AlertSignalName = "Xamarin.SendAlert"
- public static readonly BindableProperty BackgroundImageSourceProperty
- public const string BusySetSignalName = "Xamarin.BusySet"
- public static readonly BindableProperty IconImageSourceProperty
- public const string PromptSignalName = "Xamarin.SendPrompt"
- public ImageSource BackgroundImageSource { get; set; }
- public Rectangle ContainerArea { get; set; }
- public ImageSource IconImageSource { get; set; }
- public bool IgnoresContainerArea { get; set; }
- public ObservableCollection<Element> InternalChildren { get; }
- 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, string cancel, string placeholder, int maxLength, Keyboard keyboard)
- 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 IPlatformElementConfiguration<T, Page> On<T>() where T : IConfigPlatform
- public void SendAppearing()
- public void SendDisappearing()
-
public class PanGestureRecognizer : GestureRecognizer, IPanGestureController
-
public class Picker : View
-
public sealed class PinchGestureRecognizer : GestureRecognizer, IPinchGestureController
-
public class PlatformConfigurationRegistry<TElement> : IElementConfiguration<TElement> where TElement : Element
-
public abstract class PlatformEffect<TContainer, TControl> : Effect
-
public struct Point
-
public class PoppedToRootEventArgs : NavigationEventArgs
-
public class PositionChangedEventArgs : EventArgs
-
public enum PresentationMode
-
public class ProgressBar : View
-
public class QueryPropertyAttribute : Attribute
-
public class RadialGradientBrush : GradientBrush
-
public class RadioButton : TemplatedView, IElementConfiguration<RadioButton>, ITextElement, IFontElement, IBorderElement
-
public static class RadioButtonGroup
-
public struct Rect
-
public struct Rectangle
-
public class RectTypeConverter : TypeConverter
-
public sealed class ReferenceTypeConverter : TypeConverter, IExtendedTypeConverter
-
public class RefreshView : ContentView, IElementConfiguration<RefreshView>
-
public struct Region
-
public sealed class RelativeBindingSource
-
public enum RelativeBindingSourceMode
-
public class RelativeLayout : Layout<View>
-
public sealed class RenderWithAttribute : Attribute
-
public sealed class ResourceDictionary : IResourceDictionary, IEnumerable<KeyValuePair<string, object>>, IEnumerable, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>
-
public enum ReturnType
-
public abstract class RouteFactory
-
public static class Routing
-
public class RowDefinitionCollectionTypeConverter : TypeConverter
-
public enum ScrollBarVisibility
-
public enum ScrollMode
-
public enum ScrollOrientation
-
public class ScrollToRequestEventArgs : EventArgs
-
public class ScrollView : Layout, IScrollViewController, ILayoutController
-
public class SearchBar : View, IFontElement
-
public enum SearchBoxVisibility
-
public class SearchHandler : BindableObject, ISearchHandlerController, IPlaceholderElement, IFontElement, ITextElement, ITextAlignmentElement
-
public class SelectableItemsView : StructuredItemsView
-
public class SelectedItemChangedEventArgs : EventArgs
-
public class SelectedPositionChangedEventArgs : EventArgs
-
public class SelectionChangedEventArgs : EventArgs
-
public enum SelectionMode
-
public sealed class Setter : IValueProvider
-
public class Shell : Page, IShellController, IPageController, IVisualElementController, IElementController, IPropertyPropagationController, IPageContainer<Page>
-
public class ShellAppearance : IShellAppearanceElement
-
public class ShellContent : BaseShellItem, IShellContentController, IElementController
-
public class ShellGroupItem : BaseShellItem
-
public class ShellItem : ShellGroupItem, IShellItemController, IElementController, IElementConfiguration<ShellItem>, IPropertyPropagationController
-
public class ShellNavigatedEventArgs : EventArgs
-
public class ShellNavigatingDeferral
-
public class ShellNavigatingEventArgs : EventArgs
-
public enum ShellNavigationSource
-
public class ShellNavigationState
-
public class ShellSection : ShellGroupItem, IShellSectionController, IElementController, IPropertyPropagationController
-
public struct Size
- public void Deconstruct(out double width, out double height)
-
public class SizeTypeConverter : TypeConverter
-
public class Slider : View
-
public enum SnapPointsAlignment
-
public enum SnapPointsType
-
public class SolidColorBrush : Brush
-
public sealed class Span : INotifyPropertyChanged, IFontElement
-
public class StackLayout : Layout<View>
- public IPlatformElementConfiguration<T, StackLayout> On<T>() where T : IConfigPlatform
-
public sealed class StateTrigger : StateTriggerBase
-
public abstract class StateTriggerBase : BindableObject
-
public class Stepper : View
-
public enum Stretch
-
public class StructuredItemsView : ItemsView
-
public sealed class Style
-
public enum SweepDirection
-
public enum SwipeBehaviorOnInvoked
-
public class SwipeChangingEventArgs : BaseSwipeEventArgs
-
public class SwipedEventArgs : EventArgs
-
public enum SwipeDirection
-
public class SwipeEndedEventArgs : BaseSwipeEventArgs
-
public sealed class SwipeGestureRecognizer : GestureRecognizer, ISwipeGestureController
-
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
-
public class SwitchCell : Cell
-
public class Tab : ShellSection
-
public class TabBar : ShellItem
-
public class TabbedPage : MultiPage<Page>
-
public static class TabIndexExtensions
-
public abstract class TableSectionBase : BindableObject
-
public class TableView : View
-
public enum TabsStyle
-
public sealed class TapGestureRecognizer : GestureRecognizer
-
public enum TargetIdiom
-
public class TemplatedPage : Page, IControlTemplated
-
public class TemplatedView : Layout, IControlTemplated
-
public class TextAlignmentConverter : TypeConverter
-
public class TextDecorationConverter : TypeConverter
-
public enum TextDecorations
-
public enum TextTransform
-
public enum TextType
-
public struct Thickness
- public bool IsEmpty { get; }
- public void Deconstruct(out double left, out double top, out double right, out double bottom)
-
public class TimePicker : View
-
public abstract class TypeConverter
-
public class UnsolvableConstraintsException : Exception
-
public sealed class UriImageSource : ImageSource
-
public class View : VisualElement, IViewController, IVisualElementController, IElementController
-
public static class ViewExtensions
-
public class VisualAttribute : Attribute
-
public class VisualElement : Element, IAnimatable, IVisualElementController, IElementController, IResourcesProvider
-
public static class VisualMarker
-
public sealed class VisualState
-
public sealed class VisualStateGroup
-
public class VisualStateGroupList : IList<VisualStateGroup>, ICollection<VisualStateGroup>, IEnumerable<VisualStateGroup>, IEnumerable
-
public static class VisualStateManager
-
public class VisualTypeConverter : TypeConverter
-
public class WeakEventManager
-
public class WebView : View
-
public abstract class WebViewSource : BindableObject
- public abstract void Load(IWebViewDelegate renderer)
-
public sealed class XmlnsDefinitionAttribute : Attribute
-
public sealed class XmlnsPrefixAttribute : Attribute
-
public enum AndroidTitleBarVisibility
-
public sealed class ExportCellAttribute : HandlerAttribute
-
public sealed class ExportImageSourceHandlerAttribute : HandlerAttribute
-
public sealed class ExportRendererAttribute : HandlerAttribute
-
public static class Forms
-
public class ViewInitializedEventArgs : EventArgs
Xamarin.Forms.Internals
-
public class ActionSheetArguments
-
public class AlertArguments
-
public sealed class AsyncValue<T> : INotifyPropertyChanged
-
public static class AsyncValueExtensions
-
public static class CellExtensions
-
public static class ContentPageEx
-
public sealed class CustomKeyboard : Keyboard
-
public static class DataTemplateExtensions
-
public class DelegateLogListener : LogListener
-
public static class DependencyResolver
-
public abstract class DeviceInfo : INotifyPropertyChanged, IDisposable
-
public enum DeviceOrientation
-
public static class DeviceOrientationExtensions
-
public static class EffectUtilities
-
public static class EnumerableExtensions
-
public class EvalRequested : EventArgs
-
public sealed delegate EvaluateJavaScriptDelegate : MulticastDelegate
-
public class EventArg<T> : EventArgs
-
public abstract class ExpressionSearch
-
public static class FontRegistrar
-
public class GIFBitmap
-
public class GIFBitmapDecoder
-
public class GIFColorTable
-
public class GIFDecoderFormatException : Exception
-
public class GIFDecoderStreamReader
-
public class
-
public abstract class GIFImageParser
-
public interface IDataTemplateController
-
public interface IDeserializer
-
public interface IExpressionSearch
-
public interface IFontElement
-
public interface IGestureController
-
public interface IIsolatedStorageFile
-
public interface INameScope
-
public interface INavigationProxy
-
public enum InvalidationTrigger
-
public interface IPerformanceProvider
-
public interface IPlatform
-
public interface IPlatformInvalidate
-
public interface IPlatformServices
-
public interface IResourceDictionary : IEnumerable<KeyValuePair<string, object>>, IEnumerable
-
public interface ISpatialElement
-
public interface ISystemResourcesProvider
-
public class LockableObservableListWrapper : IList<string>, ICollection<string>, IEnumerable<string>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IReadOnlyList<string>, IReadOnlyCollection<string>
-
public static class Log
-
public abstract class LogListener
-
public static class NativeBindingHelpers
-
public class NavigationModel
-
public class NavigationProxy : INavigation
-
public class NavigationRequestedEventArgs : NavigationEventArgs
-
public enum NavigationRequestType
-
public class NotifyCollectionChangedEventArgsEx : NotifyCollectionChangedEventArgs
-
public static class NotifyCollectionChangedEventArgsExtensions
-
public static class NumericExtensions
-
public static class PageExtensions
-
public class Performance
-
public sealed class PreserveAttribute : Attribute
-
public struct Profile : IDisposable
-
public class ProfileDatum
-
public class PromptArguments
-
public static class PropertyPropagationExtensions
-
public static class ReflectionExtensions
-
public static class Registrar
-
public class Registrar<TRegistrable>
-
public static class ResourceLoader
-
public class ResourcesChangedEventArgs : EventArgs
-
public enum SetValueFlags
-
public static class SwipeDirectionHelper
-
public abstract class TableModel : ITableModel
-
public sealed class TemplatedItemsList<TView, TItem> : BindableObject, ITemplatedItemsList<TItem>, IReadOnlyList<TItem>, IEnumerable<TItem>, IEnumerable, IReadOnlyCollection<TItem>, INotifyCollectionChanged, IList, ICollection, IDisposable where TView : BindableObject, IItemsView<TItem> where TItem : BindableObject
-
public static class TextTransformUtilites
-
public abstract class Ticker
-
public class ToolbarTracker
-
public sealed class TypedBinding<TSource, TProperty> : TypedBindingBase
-
public abstract class TypedBindingBase : BindingBase
Xamarin.Forms.Platform.Android
-
public class FormsViewGroup : ViewGroup
- protected virtual bool InputTransparent { get; protected set; }
- protected FormsViewGroup(IntPtr javaReference, JniHandleOwnership transfer)
- public FormsViewGroup(Context p0)
- public FormsViewGroup(Context p0, IAttributeSet p1)
- public FormsViewGroup(Context p0, IAttributeSet p1, int p2)
- public virtual void MeasureAndLayout(int p0, int p1, int p2, int p3, int p4, int p5)
- public virtual void SendBatchUpdate(float p0, float p1, int p2, bool p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10)
-
public class ActionSheetRenderer : Dialog, IOnClickListener, IJavaObject, IDisposable
-
public class ActivityIndicatorRenderer : ViewRenderer<ActivityIndicator, ProgressBar>
-
public class AHorizontalScrollView : HorizontalScrollView
-
public class AndroidActivity : FormsApplicationActivity
-
public class BaseCellView : LinearLayout, INativeElementView
-
public class BoxRenderer : VisualElementRenderer<BoxView>
-
public class ButtonRenderer : ViewRenderer<Button, Button>, IOnAttachStateChangeListener, IJavaObject, IDisposable
-
public class CarouselPageRenderer : VisualElementRenderer<CarouselPage>
-
public abstract class CellAdapter : BaseAdapter<object>, IOnItemLongClickListener, IJavaObject, IDisposable, ICallback, IOnItemClickListener, ICallback
- protected CellAdapter(Context context)
- protected abstract Cell GetCellForPosition(int position)
- protected virtual void HandleItemClick(AdapterView parent, View view, int position, long id)
- public bool OnActionItemClicked(ActionMode mode, IMenuItem item)
- public bool OnCreateActionMode(ActionMode mode, IMenu menu)
- public void OnDestroyActionMode(ActionMode mode)
- public void OnItemClick(AdapterView parent, View view, int position, long id)
- public bool OnItemLongClick(AdapterView parent, View view, int position, long id)
- public bool OnPrepareActionMode(ActionMode mode, IMenu menu)
- protected void SetSelectedBackground(View view, bool isContextTarget = false)
- protected void UnsetSelectedBackground(View view)
-
public static class CellFactory
-
public class CellRenderer : IRegisterable
-
public static class ColorExtensions
-
public static class ContextExtensions
-
public class DatePickerRenderer : ViewRenderer<DatePicker, EditText>
-
public class EditorEditText : EditText, IDescendantFocusToggler
-
public class EditorRenderer : ViewRenderer<Editor, EditorEditText>, ITextWatcher, INoCopySpan, IJavaObject, IDisposable
-
public class ElementChangedEventArgs<TElement> : EventArgs where TElement : Element
-
public sealed class EntryCellEditText : EditText
-
public class EntryCellRenderer : CellRenderer
-
public sealed class EntryCellView : LinearLayout, ITextWatcher, INoCopySpan, IJavaObject, IDisposable, IOnFocusChangeListener, IOnEditorActionListener, INativeElementView
-
public class EntryEditText : EditText, IDescendantFocusToggler
-
public class EntryRenderer : ViewRenderer<Entry, EntryEditText>, ITextWatcher, INoCopySpan, IJavaObject, IDisposable, IOnEditorActionListener
-
public static class Extensions
-
public sealed class FileImageSourceHandler : IImageSourceHandler, IRegisterable
-
public static class FontExtensions
-
public static class FormattedStringExtensions
-
public class FormsAppCompatActivity : AppCompatActivity, IDeviceInfoProvider, IStartActivityForResult
-
public class FormsApplicationActivity : Activity, IDeviceInfoProvider, IStartActivityForResult
-
public class FormsWebChromeClient : WebChromeClient
-
public class FrameRenderer : VisualElementRenderer<Frame>
-
public class GenericAnimatorListener : AnimatorListenerAdapter
-
public interface IDeviceInfoProvider
-
public interface IImageSourceHandler : IRegisterable
-
public class ImageCellRenderer : TextCellRenderer
-
public sealed class ImageLoaderSourceHandler : IImageSourceHandler, IRegisterable
-
public class ImageRenderer : ViewRenderer<Image, ImageView>
-
public interface IVisualElementRenderer : IRegisterable, IDisposable
-
public class LabelRenderer : ViewRenderer<Label, TextView>
-
public class ListViewRenderer : ViewRenderer<ListView, ListView>, IOnRefreshListener, IJavaObject, IDisposable
-
public class MasterDetailRenderer : DrawerLayout, IVisualElementRenderer, IRegisterable, IDisposable, IDrawerListener, IJavaObject
-
public sealed class NavigationMenuRenderer : ViewRenderer
-
public class NavigationRenderer : VisualElementRenderer<NavigationPage>
-
public class PageRenderer : VisualElementRenderer<Page>
-
public class PickerRenderer : ViewRenderer<Picker, EditText>
-
public class Platform : BindableObject, IPlatform, INavigation, IDisposable, IPlatformLayout
-
public abstract class PlatformEffect : PlatformEffect<ViewGroup, View>
-
public class ProgressBarRenderer : ViewRenderer<ProgressBar, ProgressBar>
-
public static class RendererFactory
-
public sealed class RendererPool
-
public class Resource
-
public static class ResourceManager
-
public class ScrollViewRenderer : ScrollView, IVisualElementRenderer, IRegisterable, IDisposable
-
public class SearchBarRenderer : ViewRenderer<SearchBar, SearchView>, IOnQueryTextListener, IJavaObject, IDisposable
-
public class SliderRenderer : ViewRenderer<Slider, SeekBar>, IOnSeekBarChangeListener, IJavaObject, IDisposable
-
public class StepperRenderer : ViewRenderer<Stepper, LinearLayout>
-
public sealed class StreamImagesourceHandler : IImageSourceHandler, IRegisterable
-
public class SwitchCellRenderer : CellRenderer
-
public class SwitchCellView : BaseCellView, IOnCheckedChangeListener, IJavaObject, IDisposable
-
public class SwitchRenderer : ViewRenderer<Switch, Switch>, IOnCheckedChangeListener, IJavaObject, IDisposable
-
public class TabbedRenderer : VisualElementRenderer<TabbedPage>
-
public class TableViewModelRenderer : CellAdapter
-
public class TableViewRenderer : ViewRenderer<TableView, ListView>
-
public class TextCellRenderer : CellRenderer
-
public class TimePickerRenderer : ViewRenderer<TimePicker, EditText>, IOnTimeSetListener, IJavaObject, IDisposable
-
public class ToolbarRenderer : ViewRenderer
-
public class ViewCellRenderer : CellRenderer
-
public static class ViewExtensions
-
public class ViewPool : IDisposable
-
public abstract class ViewRenderer : ViewRenderer<View, View>
-
public abstract class ViewRenderer<TView, TNativeView> : VisualElementRenderer<TView>, IOnFocusChangeListener, IJavaObject, IDisposable where TView : View where TNativeView : View
-
public class VisualElementChangedEventArgs : ElementChangedEventArgs<VisualElement>
-
public static class VisualElementExtensions
-
public class VisualElementPackager : IDisposable
-
public abstract class VisualElementRenderer<TElement> : FormsViewGroup, IVisualElementRenderer, IRegisterable, IDisposable, IOnTouchListener, IJavaObject, IOnClickListener, IEffectControlProvider where TElement : VisualElement
-
public enum VisualElementRendererFlags
-
public class VisualElementTracker : IDisposable
-
public class WebViewRenderer : ViewRenderer<WebView, WebView>, IWebViewRenderer
Xamarin.Forms.Platform.Android.AppCompat
-
public class ButtonRenderer : ViewRenderer<Button, AppCompatButton>, IOnAttachStateChangeListener, IJavaObject, IDisposable
-
public class CarouselPageRenderer : VisualElementRenderer<CarouselPage>, IOnPageChangeListener, IJavaObject, IDisposable
-
public class FrameRenderer : CardView, IVisualElementRenderer, IRegisterable, IDisposable
-
public class MasterDetailPageRenderer : DrawerLayout, IVisualElementRenderer, IRegisterable, IDisposable, IDrawerListener, IJavaObject
-
public class NavigationPageRenderer : VisualElementRenderer<NavigationPage>
-
public class PickerRenderer : ViewRenderer<Picker, EditText>
-
public class SwitchRenderer : ViewRenderer<Switch, SwitchCompat>, IOnCheckedChangeListener, IJavaObject, IDisposable
-
public class TabbedPageRenderer : VisualElementRenderer<TabbedPage>, IOnTabSelectedListener, IJavaObject, IDisposable, IOnPageChangeListener
-
public abstract class ViewRenderer<TView, TControl> : ViewRenderer<TView, TControl> where TView : View where TControl : View
Xamarin.Forms.PlatformConfiguration
Xamarin.Forms.PlatformConfiguration.AndroidSpecific
Xamarin.Forms.PlatformConfiguration.AndroidSpecific.AppCompat
Xamarin.Forms.PlatformConfiguration.GTKSpecific
Xamarin.Forms.PlatformConfiguration.TizenSpecific
Xamarin.Forms.PlatformConfiguration.WindowsSpecific
Xamarin.Forms.PlatformConfiguration.iOSSpecific
Xamarin.Forms.PlatformConfiguration.macOSSpecific
Xamarin.Forms.Shapes
Xamarin.Forms.StyleSheets
Xamarin.Forms.Xaml
Xamarin.Forms.Xaml.Diagnostics
Xamarin.Forms.Xaml.Internals