1 implementation of IPlatformElementConfiguration
Microsoft.Maui.Controls (1)
Configuration.cs (1)
5 public class Configuration<TPlatform, TElement> : IPlatformElementConfiguration<TPlatform, TElement>
419 references to IPlatformElementConfiguration
Microsoft.Maui.Controls (418)
ActivityIndicator\ActivityIndicator.cs (1)
39 public IPlatformElementConfiguration<T, ActivityIndicator> On<T>() where T : IConfigPlatform
Application\Application.cs (1)
306 public IPlatformElementConfiguration<T, Application> On<T>() where T : IConfigPlatform
BoxView\BoxView.cs (1)
41 public IPlatformElementConfiguration<T, BoxView> On<T>() where T : IConfigPlatform
Button\Button.cs (1)
357 public IPlatformElementConfiguration<T, Button> On<T>() where T : IConfigPlatform
CarouselPage\CarouselPage.cs (1)
18 public new IPlatformElementConfiguration<T, CarouselPage> On<T>() where T : IConfigPlatform
Cells\Cell.cs (2)
335 public IPlatformElementConfiguration<T, Cell> On<T>() where T : IConfigPlatform 355 public IPlatformElementConfiguration<T, Cell> On<T>() where T : IConfigPlatform
CheckBox\CheckBox.cs (1)
55 public IPlatformElementConfiguration<T, CheckBox> On<T>() where T : IConfigPlatform
DatePicker\DatePicker.cs (1)
215 public IPlatformElementConfiguration<T, DatePicker> On<T>() where T : IConfigPlatform
Editor\Editor.cs (1)
104 public IPlatformElementConfiguration<T, Editor> On<T>() where T : IConfigPlatform
Entry\Entry.cs (1)
190 public IPlatformElementConfiguration<T, Entry> On<T>() where T : IConfigPlatform
FlyoutPage\FlyoutPage.cs (1)
317 public new IPlatformElementConfiguration<T, FlyoutPage> On<T>() where T : IConfigPlatform
Frame\Frame.cs (1)
68 public IPlatformElementConfiguration<T, Frame> On<T>() where T : IConfigPlatform
IElementConfiguration.cs (1)
16 IPlatformElementConfiguration<T, TElement> On<T>() where T : IConfigPlatform;
Image\Image.cs (1)
85 public IPlatformElementConfiguration<T, Image> On<T>() where T : IConfigPlatform
ImageButton\ImageButton.cs (1)
161 public IPlatformElementConfiguration<T, ImageButton> On<T>() where T : IConfigPlatform => _platformConfigurationRegistry.Value.On<T>();
Label\Label.cs (1)
371 public IPlatformElementConfiguration<T, Label> On<T>() where T : IConfigPlatform
LegacyLayouts\AbsoluteLayout.cs (1)
35 public IPlatformElementConfiguration<T, AbsoluteLayout> On<T>() where T : IConfigPlatform
LegacyLayouts\Grid.cs (1)
80 public IPlatformElementConfiguration<T, Grid> On<T>() where T : IConfigPlatform
LegacyLayouts\RelativeLayout.cs (1)
52 public IPlatformElementConfiguration<T, RelativeLayout> On<T>() where T : IConfigPlatform
LegacyLayouts\StackLayout.cs (1)
32 public IPlatformElementConfiguration<T, StackLayout> On<T>() where T : IConfigPlatform
ListView\ListView.cs (1)
751 public IPlatformElementConfiguration<T, ListView> On<T>() where T : IConfigPlatform
NavigationPage\NavigationPage.cs (1)
422 public new IPlatformElementConfiguration<T, NavigationPage> On<T>() where T : IConfigPlatform
Page\Page.cs (1)
820 public IPlatformElementConfiguration<T, Page> On<T>() where T : IConfigPlatform
Picker\Picker.cs (1)
411 public IPlatformElementConfiguration<T, Picker> On<T>() where T : IConfigPlatform
Platform\PlatformConfigurationExtensions.cs (1)
20 public static IPlatformElementConfiguration<CurrentPlatform, T> OnThisPlatform<T>(this T element)
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\AppCompat\NavigationPage.cs (3)
25 public static int GetBarHeight(this IPlatformElementConfiguration<Android, FormsElement> config) 31 public static IPlatformElementConfiguration<Android, FormsElement> SetBarHeight(this IPlatformElementConfiguration<Android, FormsElement> config, int value)
PlatformConfiguration\AndroidSpecific\Application.cs (3)
38 public static WindowSoftInputModeAdjust GetWindowSoftInputModeAdjust(this IPlatformElementConfiguration<Android, FormsElement> config) 44 public static IPlatformElementConfiguration<Android, FormsElement> UseWindowSoftInputModeAdjust(this IPlatformElementConfiguration<Android, FormsElement> config, WindowSoftInputModeAdjust value)
PlatformConfiguration\AndroidSpecific\Button.cs (6)
26 public static bool UseDefaultPadding(this IPlatformElementConfiguration<Android, FormsElement> config) 32 public static IPlatformElementConfiguration<Android, FormsElement> SetUseDefaultPadding(this IPlatformElementConfiguration<Android, FormsElement> config, bool value) 56 public static bool UseDefaultShadow(this IPlatformElementConfiguration<Android, FormsElement> config) 62 public static IPlatformElementConfiguration<Android, FormsElement> SetUseDefaultShadow(this IPlatformElementConfiguration<Android, FormsElement> config, bool value)
PlatformConfiguration\AndroidSpecific\Entry.cs (3)
25 public static ImeFlags ImeOptions(this IPlatformElementConfiguration<Android, FormsElement> config) 31 public static IPlatformElementConfiguration<Android, FormsElement> SetImeOptions(this IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android, FormsElement> config, ImeFlags 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\ListView.cs (3)
25 public static bool IsFastScrollEnabled(this IPlatformElementConfiguration<Android, FormsElement> config) 31 public static IPlatformElementConfiguration<Android, FormsElement> SetIsFastScrollEnabled(this IPlatformElementConfiguration<Android, FormsElement> config, bool value)
PlatformConfiguration\AndroidSpecific\SwipeView.cs (3)
25 public static SwipeTransitionMode GetSwipeTransitionMode(this IPlatformElementConfiguration<Android, FormsElement> config) 31 public static IPlatformElementConfiguration<Android, FormsElement> SetSwipeTransitionMode(this IPlatformElementConfiguration<Android, FormsElement> config, SwipeTransitionMode 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\ViewCell.cs (3)
32 public static bool GetIsContextActionsLegacyModeEnabled(this IPlatformElementConfiguration<Android, FormsCell> config) 38 public static IPlatformElementConfiguration<Android, FormsCell> SetIsContextActionsLegacyModeEnabled(this IPlatformElementConfiguration<Android, FormsCell> config, bool value)
PlatformConfiguration\AndroidSpecific\VisualElement.cs (6)
43 public static float? GetElevation(this IPlatformElementConfiguration<Android, FormsElement> config) 54 public static IPlatformElementConfiguration<Android, FormsElement> SetElevation(this IPlatformElementConfiguration<Android, FormsElement> config, float? value) 94 public static bool GetIsLegacyColorModeEnabled(this IPlatformElementConfiguration<Android, FormsElement> config) 105 public static IPlatformElementConfiguration<Android, FormsElement> SetIsLegacyColorModeEnabled( 106 this IPlatformElementConfiguration<Android, FormsElement> config, bool value)
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\GTKSpecific\BoxView.cs (3)
28 this IPlatformElementConfiguration<GTK, FormsElement> config) 34 public static IPlatformElementConfiguration<GTK, FormsElement> SetHasCornerRadius( 35 this IPlatformElementConfiguration<GTK, FormsElement> config, bool value)
PlatformConfiguration\GTKSpecific\NavigationPage.cs (3)
28 this IPlatformElementConfiguration<GTK, FormsElement> config) 34 public static IPlatformElementConfiguration<GTK, FormsElement> SetBackButtonIcon( 35 this IPlatformElementConfiguration<GTK, FormsElement> config, string value)
PlatformConfiguration\GTKSpecific\TabbedPage.cs (3)
28 this IPlatformElementConfiguration<GTK, FormsElement> config) 34 public static IPlatformElementConfiguration<GTK, FormsElement> SetTabPosition( 35 this IPlatformElementConfiguration<GTK, FormsElement> config, TabPosition 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\Cell.cs (3)
22 public static Color DefaultBackgroundColor(this IPlatformElementConfiguration<iOS, FormsElement> config) 26 public static IPlatformElementConfiguration<iOS, FormsElement> SetDefaultBackgroundColor(this IPlatformElementConfiguration<iOS, FormsElement> config, Color value)
PlatformConfiguration\iOSSpecific\DatePicker.cs (3)
29 public static UpdateMode UpdateMode(this IPlatformElementConfiguration<iOS, FormsElement> config) 35 public static IPlatformElementConfiguration<iOS, FormsElement> SetUpdateMode(this IPlatformElementConfiguration<iOS, FormsElement> config, UpdateMode 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\FlyoutPage.cs (3)
27 public static IPlatformElementConfiguration<iOS, FormsElement> SetApplyShadow(this IPlatformElementConfiguration<iOS, FormsElement> config, bool value) 34 public static bool GetApplyShadow(this IPlatformElementConfiguration<iOS, FormsElement> config)
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\Picker.cs (3)
25 public static UpdateMode UpdateMode(this IPlatformElementConfiguration<iOS, FormsElement> config) 31 public static IPlatformElementConfiguration<iOS, FormsElement> SetUpdateMode(this IPlatformElementConfiguration<iOS, FormsElement> config, UpdateMode value)
PlatformConfiguration\iOSSpecific\ScrollView.cs (3)
25 public static bool ShouldDelayContentTouches(this IPlatformElementConfiguration<iOS, FormsElement> config) 31 public static IPlatformElementConfiguration<iOS, FormsElement> SetShouldDelayContentTouches(this IPlatformElementConfiguration<iOS, FormsElement> config, bool value)
PlatformConfiguration\iOSSpecific\SearchBar.cs (3)
30 public static UISearchBarStyle GetSearchBarStyle(this IPlatformElementConfiguration<iOS, FormsElement> config) 36 public static IPlatformElementConfiguration<iOS, FormsElement> SetSearchBarStyle( 37 this IPlatformElementConfiguration<iOS, FormsElement> config, UISearchBarStyle style)
PlatformConfiguration\iOSSpecific\Slider.cs (3)
25 public static bool GetUpdateOnTap(this IPlatformElementConfiguration<iOS, FormsElement> config) 31 public static IPlatformElementConfiguration<iOS, FormsElement> SetUpdateOnTap(this IPlatformElementConfiguration<iOS, FormsElement> config, bool value)
PlatformConfiguration\iOSSpecific\SwipeView.cs (3)
25 public static SwipeTransitionMode GetSwipeTransitionMode(this IPlatformElementConfiguration<iOS, FormsElement> config) 31 public static IPlatformElementConfiguration<iOS, FormsElement> SetSwipeTransitionMode(this IPlatformElementConfiguration<iOS, FormsElement> config, SwipeTransitionMode value)
PlatformConfiguration\iOSSpecific\TabbedPage.cs (3)
24 this IPlatformElementConfiguration<iOS, FormsElement> config) 28 public static IPlatformElementConfiguration<iOS, FormsElement> SetTranslucencyMode( 29 this IPlatformElementConfiguration<iOS, FormsElement> config, TranslucencyMode value)
PlatformConfiguration\iOSSpecific\TimePicker.cs (3)
29 public static UpdateMode UpdateMode(this IPlatformElementConfiguration<iOS, FormsElement> config) 35 public static IPlatformElementConfiguration<iOS, FormsElement> SetUpdateMode(this IPlatformElementConfiguration<iOS, FormsElement> config, UpdateMode 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\NavigationPage.cs (4)
28 public static NavigationTransitionStyle GetNavigationTransitionPushStyle(this IPlatformElementConfiguration<macOS, FormsElement> config) 48 public static NavigationTransitionStyle GetNavigationTransitionPopStyle(this IPlatformElementConfiguration<macOS, FormsElement> config) 62 public static IPlatformElementConfiguration<macOS, FormsElement> SetNavigationTransitionStyle(this IPlatformElementConfiguration<macOS, FormsElement> config, NavigationTransitionStyle pushStyle, NavigationTransitionStyle popStyle)
PlatformConfiguration\macOSSpecific\Page.cs (3)
26 public static VisualElement[] GetTabOrder(this IPlatformElementConfiguration<macOS, FormsElement> config) 32 public static IPlatformElementConfiguration<macOS, FormsElement> SetTabOrder(this IPlatformElementConfiguration<macOS, FormsElement> config, params VisualElement[] 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\Entry.cs (3)
25 public static string GetFontWeight(this IPlatformElementConfiguration<Tizen, FormsElement> config) 31 public static IPlatformElementConfiguration<Tizen, FormsElement> SetFontWeight(this IPlatformElementConfiguration<Tizen, FormsElement> config, string weight)
PlatformConfiguration\TizenSpecific\Image.cs (6)
29 public static Color GetBlendColor(this IPlatformElementConfiguration<Tizen, FormsElement> config) 35 public static IPlatformElementConfiguration<Tizen, FormsElement> SetBlendColor(this IPlatformElementConfiguration<Tizen, FormsElement> config, Color color) 54 public static string GetFile(this IPlatformElementConfiguration<Tizen, FormsElement> config) 60 public static IPlatformElementConfiguration<Tizen, FormsElement> SetFile(this IPlatformElementConfiguration<Tizen, FormsElement> config, string file)
PlatformConfiguration\TizenSpecific\ItemsView.cs (3)
22 public static ScrollToPosition GetFocusedItemScrollPosition(this IPlatformElementConfiguration<Tizen, FormsElement> config) 27 public static IPlatformElementConfiguration<Tizen, FormsElement> SetFocusedItemScrollPosition(this IPlatformElementConfiguration<Tizen, FormsElement> config, ScrollToPosition position)
PlatformConfiguration\TizenSpecific\Label.cs (3)
25 public static string GetFontWeight(this IPlatformElementConfiguration<Tizen, FormsElement> config) 31 public static IPlatformElementConfiguration<Tizen, FormsElement> SetFontWeight(this IPlatformElementConfiguration<Tizen, FormsElement> config, string weight)
PlatformConfiguration\TizenSpecific\NavigationPage.cs (3)
27 public static bool HasBreadCrumbsBar(this IPlatformElementConfiguration<Tizen, FormsElement> config) 33 public static IPlatformElementConfiguration<Tizen, FormsElement> SetHasBreadCrumbsBar(this IPlatformElementConfiguration<Tizen, FormsElement> config, bool value)
PlatformConfiguration\TizenSpecific\Page.cs (3)
27 public static string GetBreadCrumb(this IPlatformElementConfiguration<Tizen, FormsElement> config) 33 public static IPlatformElementConfiguration<Tizen, FormsElement> SetBreadCrumb(this IPlatformElementConfiguration<Tizen, FormsElement> config, string value)
PlatformConfiguration\TizenSpecific\ProgressBar.cs (3)
32 public static bool GetPulsingStatus(this IPlatformElementConfiguration<Tizen, FormsElement> config) 38 public static IPlatformElementConfiguration<Tizen, FormsElement> SetPulsingStatus(this IPlatformElementConfiguration<Tizen, FormsElement> config, bool isPulsing)
PlatformConfiguration\TizenSpecific\ScrollView.cs (6)
32 public static int GetVerticalScrollStep(this IPlatformElementConfiguration<Tizen, FormsElement> config) 37 public static IPlatformElementConfiguration<Tizen, FormsElement> SetVerticalScrollStep(this IPlatformElementConfiguration<Tizen, FormsElement> config, int scrollStep) 53 public static int GetHorizontalScrollStep(this IPlatformElementConfiguration<Tizen, FormsElement> config) 58 public static IPlatformElementConfiguration<Tizen, FormsElement> SetHorizontalScrollStep(this IPlatformElementConfiguration<Tizen, FormsElement> config, int scrollStep)
PlatformConfiguration\TizenSpecific\Switch.cs (3)
27 public static Color GetColor(this IPlatformElementConfiguration<Tizen, FormsElement> config) 33 public static IPlatformElementConfiguration<Tizen, FormsElement> SetColor(this IPlatformElementConfiguration<Tizen, FormsElement> config, Color color)
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\Application.cs (3)
22 public static string GetImageDirectory(this IPlatformElementConfiguration<Windows, FormsElement> config) 34 public static IPlatformElementConfiguration<Windows, FormsElement> SetImageDirectory( 35 this IPlatformElementConfiguration<Windows, 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\InputView.cs (3)
21 public static bool GetDetectReadingOrderFromContent(this IPlatformElementConfiguration<Windows, FormsElement> config) 33 public static IPlatformElementConfiguration<Windows, FormsElement> SetDetectReadingOrderFromContent( 34 this IPlatformElementConfiguration<Windows, FormsElement> config, bool value)
PlatformConfiguration\WindowsSpecific\Label.cs (3)
21 public static bool GetDetectReadingOrderFromContent(this IPlatformElementConfiguration<Windows, FormsElement> config) 33 public static IPlatformElementConfiguration<Windows, FormsElement> SetDetectReadingOrderFromContent( 34 this IPlatformElementConfiguration<Windows, FormsElement> config, bool value)
PlatformConfiguration\WindowsSpecific\ListView.cs (3)
31 public static ListViewSelectionMode GetSelectionMode(this IPlatformElementConfiguration<Windows, FormsElement> config) 37 public static IPlatformElementConfiguration<Windows, FormsElement> SetSelectionMode( 38 this IPlatformElementConfiguration<Windows, FormsElement> config, ListViewSelectionMode value)
PlatformConfiguration\WindowsSpecific\Page.cs (6)
51 public static ToolbarPlacement GetToolbarPlacement(this IPlatformElementConfiguration<Windows, FormsElement> config) 62 public static IPlatformElementConfiguration<Windows, FormsElement> SetToolbarPlacement( 63 this IPlatformElementConfiguration<Windows, FormsElement> config, ToolbarPlacement value) 105 public static bool GetToolbarDynamicOverflowEnabled(this IPlatformElementConfiguration<Windows, FormsElement> config) 116 public static IPlatformElementConfiguration<Windows, FormsElement> SetToolbarDynamicOverflowEnabled( 117 this IPlatformElementConfiguration<Windows, FormsElement> config, bool value)
PlatformConfiguration\WindowsSpecific\RefreshView.cs (3)
27 public static RefreshPullDirection GetRefreshPullDirection(this IPlatformElementConfiguration<Windows, FormsElement> config) 39 public static IPlatformElementConfiguration<Windows, FormsElement> SetRefreshPullDirection( 40 this IPlatformElementConfiguration<Windows, FormsElement> config, RefreshPullDirection value)
PlatformConfiguration\WindowsSpecific\SearchBar.cs (6)
30 public static bool GetIsSpellCheckEnabled(this IPlatformElementConfiguration<Windows, FormsElement> config) 36 public static IPlatformElementConfiguration<Windows, FormsElement> SetIsSpellCheckEnabled( 37 this IPlatformElementConfiguration<Windows, FormsElement> config, bool value) 44 public static bool IsSpellCheckEnabled(this IPlatformElementConfiguration<Windows, FormsElement> config) 50 public static void EnableSpellCheck(this IPlatformElementConfiguration<Windows, FormsElement> config) 56 public static void DisableSpellCheck(this IPlatformElementConfiguration<Windows, FormsElement> config)
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)
PlatformConfiguration\WindowsSpecific\WebView.cs (6)
26 public static bool IsJavaScriptAlertEnabled(this IPlatformElementConfiguration<Windows, FormsElement> config) 32 public static IPlatformElementConfiguration<Windows, FormsElement> SetIsJavaScriptAlertEnabled(this IPlatformElementConfiguration<Windows, FormsElement> config, bool value) 51 public static WebViewExecutionMode GetExecutionMode(this IPlatformElementConfiguration<Windows, FormsElement> config) 56 public static IPlatformElementConfiguration<Windows, FormsElement> SetExecutionMode(this IPlatformElementConfiguration<Windows, FormsElement> config, WebViewExecutionMode value)
PlatformConfigurationRegistry.cs (2)
20 public IPlatformElementConfiguration<T, TElement> On<T>() where T : IConfigPlatform 24 return (IPlatformElementConfiguration<T, TElement>)_platformSpecifics[typeof(T)];
ProgressBar\ProgressBar.cs (1)
52 public IPlatformElementConfiguration<T, ProgressBar> On<T>() where T : IConfigPlatform
RadioButton\RadioButton.cs (1)
215 public IPlatformElementConfiguration<T, RadioButton> On<T>() where T : IConfigPlatform
RefreshView\RefreshView.cs (1)
110 public IPlatformElementConfiguration<T, RefreshView> On<T>() where T : IConfigPlatform
ScrollView\ScrollView.cs (1)
239 public IPlatformElementConfiguration<T, ScrollView> On<T>() where T : IConfigPlatform
SearchBar\SearchBar.cs (1)
139 public IPlatformElementConfiguration<T, SearchBar> On<T>() where T : IConfigPlatform
Shell\ShellItem.cs (1)
246 public IPlatformElementConfiguration<T, ShellItem> On<T>() where T : IConfigPlatform
Slider\Slider.cs (1)
169 public IPlatformElementConfiguration<T, Slider> On<T>() where T : IConfigPlatform
Stepper\Stepper.cs (1)
107 public IPlatformElementConfiguration<T, Stepper> On<T>() where T : IConfigPlatform => _platformConfigurationRegistry.Value.On<T>();
SwipeView\SwipeView.cs (1)
221 public IPlatformElementConfiguration<T, SwipeView> On<T>() where T : IConfigPlatform
Switch\Switch.cs (1)
76 public IPlatformElementConfiguration<T, Switch> On<T>() where T : IConfigPlatform
TabbedPage\TabbedPage.cs (1)
78 public new IPlatformElementConfiguration<T, TabbedPage> On<T>() where T : IConfigPlatform
TableView\TableView.cs (1)
149 public IPlatformElementConfiguration<T, TableView> On<T>() where T : IConfigPlatform
TimePicker\TimePicker.cs (1)
139 public IPlatformElementConfiguration<T, TimePicker> On<T>() where T : IConfigPlatform
WebView\WebView.cs (1)
285 public IPlatformElementConfiguration<T, WebView> On<T>() where T : IConfigPlatform
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Extensions\PlatformConfigurationExtensions.cs (1)
7 public static IPlatformElementConfiguration<CurrentPlatform, T> OnThisPlatform<T>(this T element)