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)
PlatformConfiguration\iOSSpecific\Application.cs (9)
26 public static bool GetPanGestureRecognizerShouldRecognizeSimultaneously(this IPlatformElementConfiguration<iOS, FormsElement> config)
32 public static IPlatformElementConfiguration<iOS, FormsElement> SetPanGestureRecognizerShouldRecognizeSimultaneously(this IPlatformElementConfiguration<iOS, FormsElement> config, bool value)
56 public static bool GetHandleControlUpdatesOnMainThread(this IPlatformElementConfiguration<iOS, FormsElement> config)
62 public static IPlatformElementConfiguration<iOS, FormsElement> SetHandleControlUpdatesOnMainThread(this IPlatformElementConfiguration<iOS, FormsElement> config, bool value)
86 public static bool GetEnableAccessibilityScalingForNamedFontSizes(this IPlatformElementConfiguration<iOS, FormsElement> config)
92 public static IPlatformElementConfiguration<iOS, FormsElement> SetEnableAccessibilityScalingForNamedFontSizes(this IPlatformElementConfiguration<iOS, FormsElement> config, bool value)
PlatformConfiguration\iOSSpecific\Entry.cs (10)
33 public static bool AdjustsFontSizeToFitWidth(this IPlatformElementConfiguration<iOS, FormsElement> config)
39 public static IPlatformElementConfiguration<iOS, FormsElement> SetAdjustsFontSizeToFitWidth(
40 this IPlatformElementConfiguration<iOS, FormsElement> config, bool value)
47 public static IPlatformElementConfiguration<iOS, FormsElement> EnableAdjustsFontSizeToFitWidth(
48 this IPlatformElementConfiguration<iOS, FormsElement> config)
55 public static IPlatformElementConfiguration<iOS, FormsElement> DisableAdjustsFontSizeToFitWidth(
56 this IPlatformElementConfiguration<iOS, FormsElement> config)
75 public static Color GetCursorColor(this IPlatformElementConfiguration<iOS, FormsElement> config)
81 public static IPlatformElementConfiguration<iOS, FormsElement> SetCursorColor(this IPlatformElementConfiguration<iOS, FormsElement> config, Color value)
PlatformConfiguration\iOSSpecific\ListView.cs (9)
25 public static SeparatorStyle GetSeparatorStyle(this IPlatformElementConfiguration<iOS, FormsElement> config)
31 public static IPlatformElementConfiguration<iOS, FormsElement> SetSeparatorStyle(this IPlatformElementConfiguration<iOS, FormsElement> config, SeparatorStyle value)
53 public static GroupHeaderStyle GetGroupHeaderStyle(this IPlatformElementConfiguration<iOS, FormsElement> config)
59 public static IPlatformElementConfiguration<iOS, FormsElement> SetGroupHeaderStyle(this IPlatformElementConfiguration<iOS, FormsElement> config, GroupHeaderStyle value)
81 public static IPlatformElementConfiguration<iOS, FormsElement> SetRowAnimationsEnabled(this IPlatformElementConfiguration<iOS, FormsElement> config, bool value)
88 public static bool RowAnimationsEnabled(this IPlatformElementConfiguration<iOS, FormsElement> config)
PlatformConfiguration\iOSSpecific\NavigationPage.cs (16)
29 public static bool IsNavigationBarTranslucent(this IPlatformElementConfiguration<iOS, FormsElement> config)
35 public static IPlatformElementConfiguration<iOS, FormsElement> SetIsNavigationBarTranslucent(this IPlatformElementConfiguration<iOS, FormsElement> config, bool value)
42 public static IPlatformElementConfiguration<iOS, FormsElement> EnableTranslucentNavigationBar(this IPlatformElementConfiguration<iOS, FormsElement> config)
49 public static IPlatformElementConfiguration<iOS, FormsElement> DisableTranslucentNavigationBar(this IPlatformElementConfiguration<iOS, FormsElement> config)
76 public static StatusBarTextColorMode GetStatusBarTextColorMode(this IPlatformElementConfiguration<iOS, FormsElement> config)
82 public static IPlatformElementConfiguration<iOS, FormsElement> SetStatusBarTextColorMode(this IPlatformElementConfiguration<iOS, FormsElement> config, StatusBarTextColorMode value)
106 public static IPlatformElementConfiguration<iOS, FormsElement> SetPrefersLargeTitles(this IPlatformElementConfiguration<iOS, FormsElement> config, bool value)
113 public static bool PrefersLargeTitles(this IPlatformElementConfiguration<iOS, FormsElement> config)
136 public static IPlatformElementConfiguration<iOS, FormsElement> SetHideNavigationBarSeparator(this IPlatformElementConfiguration<iOS, FormsElement> config, bool value)
143 public static bool HideNavigationBarSeparator(this IPlatformElementConfiguration<iOS, FormsElement> config)
PlatformConfiguration\iOSSpecific\Page.cs (21)
44 public static StatusBarHiddenMode PrefersStatusBarHidden(this IPlatformElementConfiguration<iOS, FormsElement> config)
55 public static IPlatformElementConfiguration<iOS, FormsElement> SetPrefersStatusBarHidden(this IPlatformElementConfiguration<iOS, FormsElement> config, StatusBarHiddenMode value)
97 public static UIStatusBarAnimation PreferredStatusBarUpdateAnimation(this IPlatformElementConfiguration<iOS, FormsElement> config)
108 public static IPlatformElementConfiguration<iOS, FormsElement> SetPreferredStatusBarUpdateAnimation(this IPlatformElementConfiguration<iOS, FormsElement> config, UIStatusBarAnimation value)
149 public static IPlatformElementConfiguration<iOS, FormsElement> SetUseSafeArea(this IPlatformElementConfiguration<iOS, FormsElement> config, bool value)
160 public static bool UsingSafeArea(this IPlatformElementConfiguration<iOS, FormsElement> config)
193 public static LargeTitleDisplayMode LargeTitleDisplay(this IPlatformElementConfiguration<iOS, FormsElement> config)
204 public static IPlatformElementConfiguration<iOS, FormsElement> SetLargeTitleDisplay(this IPlatformElementConfiguration<iOS, FormsElement> config, LargeTitleDisplayMode value)
237 public static Thickness SafeAreaInsets(this IPlatformElementConfiguration<iOS, FormsElement> config)
249 public static IPlatformElementConfiguration<iOS, FormsElement> SetSafeAreaInsets(this IPlatformElementConfiguration<iOS, FormsElement> config, Thickness value)
266 public static UIModalPresentationStyle ModalPresentationStyle(this IPlatformElementConfiguration<iOS, FormsElement> config)
277 public static IPlatformElementConfiguration<iOS, FormsElement> SetModalPresentationStyle(this IPlatformElementConfiguration<iOS, FormsElement> config, UIModalPresentationStyle value)
332 public static bool PrefersHomeIndicatorAutoHidden(this IPlatformElementConfiguration<iOS, FormsElement> config)
343 public static IPlatformElementConfiguration<iOS, FormsElement> SetPrefersHomeIndicatorAutoHidden(this IPlatformElementConfiguration<iOS, FormsElement> config, bool value)
PlatformConfiguration\iOSSpecific\VisualElement.cs (24)
42 public static BlurEffectStyle GetBlurEffect(this IPlatformElementConfiguration<iOS, FormsElement> config)
53 public static IPlatformElementConfiguration<iOS, FormsElement> UseBlurEffect(this IPlatformElementConfiguration<iOS, FormsElement> config, BlurEffectStyle value)
120 public static bool GetIsShadowEnabled(this IPlatformElementConfiguration<iOS, FormsElement> config)
131 public static IPlatformElementConfiguration<iOS, FormsElement> SetIsShadowEnabled(this IPlatformElementConfiguration<iOS, FormsElement> config, bool value)
167 public static Color GetShadowColor(this IPlatformElementConfiguration<iOS, FormsElement> config)
178 public static IPlatformElementConfiguration<iOS, FormsElement> SetShadowColor(this IPlatformElementConfiguration<iOS, FormsElement> config, Color value)
214 public static double GetShadowRadius(this IPlatformElementConfiguration<iOS, FormsElement> config)
225 public static IPlatformElementConfiguration<iOS, FormsElement> SetShadowRadius(this IPlatformElementConfiguration<iOS, FormsElement> config, double value)
261 public static Size GetShadowOffset(this IPlatformElementConfiguration<iOS, FormsElement> config)
272 public static IPlatformElementConfiguration<iOS, FormsElement> SetShadowOffset(this IPlatformElementConfiguration<iOS, FormsElement> config, Size value)
308 public static double GetShadowOpacity(this IPlatformElementConfiguration<iOS, FormsElement> config)
319 public static IPlatformElementConfiguration<iOS, FormsElement> SetShadowOpacity(this IPlatformElementConfiguration<iOS, FormsElement> config, double value)
359 public static bool GetIsLegacyColorModeEnabled(this IPlatformElementConfiguration<iOS, FormsElement> config)
370 public static IPlatformElementConfiguration<iOS, FormsElement> SetIsLegacyColorModeEnabled(
371 this IPlatformElementConfiguration<iOS, FormsElement> config, bool value)
407 public static bool CanBecomeFirstResponder(this IPlatformElementConfiguration<iOS, FormsElement> config)
418 public static IPlatformElementConfiguration<iOS, FormsElement> SetCanBecomeFirstResponder(this IPlatformElementConfiguration<iOS, FormsElement> config, bool value)
PlatformConfiguration\macOSSpecific\TabbedPage.cs (9)
26 public static TabsStyle GetTabsStyle(this IPlatformElementConfiguration<macOS, FormsElement> config)
32 public static IPlatformElementConfiguration<macOS, FormsElement> SetShowTabs(this IPlatformElementConfiguration<macOS, FormsElement> config, TabsStyle value)
39 public static IPlatformElementConfiguration<macOS, FormsElement> ShowTabsOnNavigation(this IPlatformElementConfiguration<macOS, FormsElement> config)
46 public static IPlatformElementConfiguration<macOS, FormsElement> ShowTabs(this IPlatformElementConfiguration<macOS, FormsElement> config)
53 public static IPlatformElementConfiguration<macOS, FormsElement> HideTabs(this IPlatformElementConfiguration<macOS, FormsElement> config)
PlatformConfiguration\TizenSpecific\Application.cs (9)
27 public static bool GetUseBezelInteraction(this IPlatformElementConfiguration<Tizen, FormsElement> config)
33 public static IPlatformElementConfiguration<Tizen, FormsElement> SetUseBezelInteraction(this IPlatformElementConfiguration<Tizen, FormsElement> config, bool value)
55 public static View GetOverlayContent(this IPlatformElementConfiguration<Tizen, FormsElement> config)
61 public static IPlatformElementConfiguration<Tizen, FormsElement> SetOverlayContent(this IPlatformElementConfiguration<Tizen, FormsElement> config, View value)
84 public static Element GetActiveBezelInteractionElement(this IPlatformElementConfiguration<Tizen, FormsElement> config)
91 public static IPlatformElementConfiguration<Tizen, FormsElement> SetActiveBezelInteractionElement(this IPlatformElementConfiguration<Tizen, FormsElement> config, Element value)
PlatformConfiguration\TizenSpecific\VisualElement.cs (42)
72 public static string GetStyle(this IPlatformElementConfiguration<Tizen, FormsElement> config)
83 public static IPlatformElementConfiguration<Tizen, FormsElement> SetStyle(this IPlatformElementConfiguration<Tizen, FormsElement> config, string value)
114 public static bool? IsFocusAllowed(this IPlatformElementConfiguration<Tizen, FormsElement> config)
125 public static IPlatformElementConfiguration<Tizen, FormsElement> SetFocusAllowed(this IPlatformElementConfiguration<Tizen, FormsElement> config, bool value)
159 public static string GetNextFocusDirection(this IPlatformElementConfiguration<Tizen, FormsElement> config)
171 public static IPlatformElementConfiguration<Tizen, FormsElement> SetNextFocusDirection(this IPlatformElementConfiguration<Tizen, FormsElement> config, string value)
182 public static IPlatformElementConfiguration<Tizen, FormsElement> MoveFocusUp(this IPlatformElementConfiguration<Tizen, FormsElement> config)
193 public static IPlatformElementConfiguration<Tizen, FormsElement> MoveFocusDown(this IPlatformElementConfiguration<Tizen, FormsElement> config)
204 public static IPlatformElementConfiguration<Tizen, FormsElement> MoveFocusLeft(this IPlatformElementConfiguration<Tizen, FormsElement> config)
215 public static IPlatformElementConfiguration<Tizen, FormsElement> MoveFocusRight(this IPlatformElementConfiguration<Tizen, FormsElement> config)
226 public static IPlatformElementConfiguration<Tizen, FormsElement> MoveFocusBack(this IPlatformElementConfiguration<Tizen, FormsElement> config)
237 public static IPlatformElementConfiguration<Tizen, FormsElement> MoveFocusForward(this IPlatformElementConfiguration<Tizen, FormsElement> config)
268 public static View GetNextFocusUpView(this IPlatformElementConfiguration<Tizen, FormsElement> config)
279 public static IPlatformElementConfiguration<Tizen, FormsElement> SetNextFocusUpView(this IPlatformElementConfiguration<Tizen, FormsElement> config, View value)
310 public static View GetNextFocusDownView(this IPlatformElementConfiguration<Tizen, FormsElement> config)
321 public static IPlatformElementConfiguration<Tizen, FormsElement> SetNextFocusDownView(this IPlatformElementConfiguration<Tizen, FormsElement> config, View value)
352 public static View GetNextFocusLeftView(this IPlatformElementConfiguration<Tizen, FormsElement> config)
363 public static IPlatformElementConfiguration<Tizen, FormsElement> SetNextFocusLeftView(this IPlatformElementConfiguration<Tizen, FormsElement> config, View value)
394 public static View GetNextFocusRightView(this IPlatformElementConfiguration<Tizen, FormsElement> config)
405 public static IPlatformElementConfiguration<Tizen, FormsElement> SetNextFocusRightView(this IPlatformElementConfiguration<Tizen, FormsElement> config, View value)
436 public static View GetNextFocusBackView(this IPlatformElementConfiguration<Tizen, FormsElement> config)
447 public static IPlatformElementConfiguration<Tizen, FormsElement> SetNextFocusBackView(this IPlatformElementConfiguration<Tizen, FormsElement> config, View value)
478 public static View GetNextFocusForwardView(this IPlatformElementConfiguration<Tizen, FormsElement> config)
489 public static IPlatformElementConfiguration<Tizen, FormsElement> SetNextFocusForwardView(this IPlatformElementConfiguration<Tizen, FormsElement> config, View value)
525 public static string GetToolTip(this IPlatformElementConfiguration<Tizen, FormsElement> config)
536 public static IPlatformElementConfiguration<Tizen, FormsElement> SetToolTip(this IPlatformElementConfiguration<Tizen, FormsElement> config, string value)
PlatformConfiguration\WindowsSpecific\FlyoutPage.cs (8)
31 public static CollapseStyle GetCollapseStyle(this IPlatformElementConfiguration<Windows, FormsElement> config)
37 public static IPlatformElementConfiguration<Windows, FormsElement> SetCollapseStyle(
38 this IPlatformElementConfiguration<Windows, FormsElement> config, CollapseStyle value)
45 public static IPlatformElementConfiguration<Windows, FormsElement> UsePartialCollapse(
46 this IPlatformElementConfiguration<Windows, FormsElement> config)
74 public static double CollapsedPaneWidth(this IPlatformElementConfiguration<Windows, FormsElement> config)
80 public static IPlatformElementConfiguration<Windows, FormsElement> CollapsedPaneWidth(
81 this IPlatformElementConfiguration<Windows, FormsElement> config, double value)
PlatformConfiguration\WindowsSpecific\TabbedPage.cs (9)
35 public static bool GetHeaderIconsEnabled(this IPlatformElementConfiguration<Windows, FormsElement> config)
41 public static IPlatformElementConfiguration<Windows, FormsElement> SetHeaderIconsEnabled(
42 this IPlatformElementConfiguration<Windows, FormsElement> config, bool value)
49 public static bool IsHeaderIconsEnabled(this IPlatformElementConfiguration<Windows, FormsElement> config)
55 public static void EnableHeaderIcons(this IPlatformElementConfiguration<Windows, FormsElement> config)
61 public static void DisableHeaderIcons(this IPlatformElementConfiguration<Windows, FormsElement> config)
79 public static Size GetHeaderIconsSize(this IPlatformElementConfiguration<Windows, FormsElement> config)
85 public static IPlatformElementConfiguration<Windows, FormsElement> SetHeaderIconsSize(
86 this IPlatformElementConfiguration<Windows, FormsElement> config, Size value)
PlatformConfiguration\WindowsSpecific\VisualElement.cs (15)
38 public static string GetAccessKey(this IPlatformElementConfiguration<Windows, FormsElement> config)
44 public static IPlatformElementConfiguration<Windows, FormsElement> SetAccessKey(
45 this IPlatformElementConfiguration<Windows, FormsElement> config, string value)
62 public static AccessKeyPlacement GetAccessKeyPlacement(this IPlatformElementConfiguration<Windows, FormsElement> config)
68 public static IPlatformElementConfiguration<Windows, FormsElement> SetAccessKeyPlacement(
69 this IPlatformElementConfiguration<Windows, FormsElement> config, AccessKeyPlacement value)
85 public static double GetAccessKeyHorizontalOffset(this IPlatformElementConfiguration<Windows, FormsElement> config)
90 public static IPlatformElementConfiguration<Windows, FormsElement> SetAccessKeyHorizontalOffset(
91 this IPlatformElementConfiguration<Windows, FormsElement> config, double value)
107 public static double GetAccessKeyVerticalOffset(this IPlatformElementConfiguration<Windows, FormsElement> config)
112 public static IPlatformElementConfiguration<Windows, FormsElement> SetAccessKeyVerticalOffset(
113 this IPlatformElementConfiguration<Windows, FormsElement> config, double value)
138 public static bool GetIsLegacyColorModeEnabled(this IPlatformElementConfiguration<Windows, FormsElement> config)
144 public static IPlatformElementConfiguration<Windows, FormsElement> SetIsLegacyColorModeEnabled(
145 this IPlatformElementConfiguration<Windows, FormsElement> config, bool value)