PlatformConfiguration\AndroidSpecific\AppCompat\Application.cs (9)
25 public static bool GetSendDisappearingEventOnPause(this IPlatformElementConfiguration<Android, FormsElement> config)
31 public static IPlatformElementConfiguration<Android, FormsElement> SendDisappearingEventOnPause(this IPlatformElementConfiguration<Android, FormsElement> config, bool value)
53 public static bool GetSendAppearingEventOnResume(this IPlatformElementConfiguration<Android, FormsElement> config)
59 public static IPlatformElementConfiguration<Android, FormsElement> SendAppearingEventOnResume(this IPlatformElementConfiguration<Android, FormsElement> config, bool value)
81 public static bool GetShouldPreserveKeyboardOnResume(this IPlatformElementConfiguration<Android, FormsElement> config)
87 public static IPlatformElementConfiguration<Android, FormsElement> ShouldPreserveKeyboardOnResume(this IPlatformElementConfiguration<Android, FormsElement> config, bool value)
PlatformConfiguration\AndroidSpecific\ImageButton.cs (12)
27 public static bool GetIsShadowEnabled(this IPlatformElementConfiguration<Android, FormsImageButton> config)
33 public static IPlatformElementConfiguration<Android, FormsImageButton> SetIsShadowEnabled(this IPlatformElementConfiguration<Android, FormsImageButton> config, bool value)
55 public static Color GetShadowColor(this IPlatformElementConfiguration<Android, FormsImageButton> config)
61 public static IPlatformElementConfiguration<Android, FormsImageButton> SetShadowColor(this IPlatformElementConfiguration<Android, FormsImageButton> config, Color value)
83 public static double GetShadowRadius(this IPlatformElementConfiguration<Android, FormsImageButton> config)
89 public static IPlatformElementConfiguration<Android, FormsImageButton> SetShadowRadius(this IPlatformElementConfiguration<Android, FormsImageButton> config, double value)
111 public static Size GetShadowOffset(this IPlatformElementConfiguration<Android, FormsImageButton> config)
117 public static IPlatformElementConfiguration<Android, FormsImageButton> SetShadowOffset(this IPlatformElementConfiguration<Android, FormsImageButton> config, Size value)
PlatformConfiguration\AndroidSpecific\TabbedPage.cs (21)
28 public static bool IsSwipePagingEnabled(this IPlatformElementConfiguration<Android, FormsElement> config)
34 public static IPlatformElementConfiguration<Android, FormsElement> SetIsSwipePagingEnabled(this IPlatformElementConfiguration<Android, FormsElement> config, bool value)
41 public static IPlatformElementConfiguration<Android, FormsElement> EnableSwipePaging(this IPlatformElementConfiguration<Android, FormsElement> config)
48 public static IPlatformElementConfiguration<Android, FormsElement> DisableSwipePaging(this IPlatformElementConfiguration<Android, FormsElement> config)
72 public static bool IsSmoothScrollEnabled(this IPlatformElementConfiguration<Android, FormsElement> config)
78 public static IPlatformElementConfiguration<Android, FormsElement> SetIsSmoothScrollEnabled(this IPlatformElementConfiguration<Android, FormsElement> config, bool value)
85 public static IPlatformElementConfiguration<Android, FormsElement> EnableSmoothScroll(this IPlatformElementConfiguration<Android, FormsElement> config)
92 public static IPlatformElementConfiguration<Android, FormsElement> DisableSmoothScroll(this IPlatformElementConfiguration<Android, FormsElement> config)
116 public static int OffscreenPageLimit(this IPlatformElementConfiguration<Android, FormsElement> config)
122 public static IPlatformElementConfiguration<Android, FormsElement> SetOffscreenPageLimit(this IPlatformElementConfiguration<Android, FormsElement> config, int value)
151 public static ToolbarPlacement GetToolbarPlacement(this IPlatformElementConfiguration<Android, FormsElement> config)
157 public static IPlatformElementConfiguration<Android, FormsElement> SetToolbarPlacement(this IPlatformElementConfiguration<Android, FormsElement> config, ToolbarPlacement value)
175 public static int GetMaxItemCount(this IPlatformElementConfiguration<Android, FormsElement> config)
PlatformConfiguration\AndroidSpecific\WebView.cs (11)
37 public static MixedContentHandling MixedContentMode(this IPlatformElementConfiguration<Android, FormsElement> config)
43 public static IPlatformElementConfiguration<Android, FormsElement> SetMixedContentMode(this IPlatformElementConfiguration<Android, FormsElement> config, MixedContentHandling value)
65 public static void EnableZoomControls(this IPlatformElementConfiguration<Android, FormsElement> config, bool value)
70 public static bool ZoomControlsEnabled(this IPlatformElementConfiguration<Android, FormsElement> config)
76 public static IPlatformElementConfiguration<Android, FormsElement> SetEnableZoomControls(this IPlatformElementConfiguration<Android, FormsElement> config, bool value)
98 public static void DisplayZoomControls(this IPlatformElementConfiguration<Android, FormsElement> config, bool value)
104 public static bool ZoomControlsDisplayed(this IPlatformElementConfiguration<Android, FormsElement> config)
110 public static IPlatformElementConfiguration<Android, FormsElement> SetDisplayZoomControls(this IPlatformElementConfiguration<Android, FormsElement> config, bool value)