1 implementation of Element
Microsoft.Maui.Controls (1)
Configuration.cs (1)
15 public TElement Element { get; }
247 references to Element
Microsoft.Maui.Controls (247)
PlatformConfiguration\AndroidSpecific\AppCompat\Application.cs (6)
27 return GetSendDisappearingEventOnPause(config.Element); 33 SetSendDisappearingEventOnPause(config.Element, value); 55 return GetSendAppearingEventOnResume(config.Element); 61 SetSendAppearingEventOnResume(config.Element, value); 83 return GetShouldPreserveKeyboardOnResume(config.Element); 89 SetShouldPreserveKeyboardOnResume(config.Element, value);
PlatformConfiguration\AndroidSpecific\AppCompat\NavigationPage.cs (2)
27 return GetBarHeight(config.Element); 33 SetBarHeight(config.Element, value);
PlatformConfiguration\AndroidSpecific\Application.cs (2)
40 return GetWindowSoftInputModeAdjust(config.Element); 46 SetWindowSoftInputModeAdjust(config.Element, value);
PlatformConfiguration\AndroidSpecific\Button.cs (4)
28 return GetUseDefaultPadding(config.Element); 34 SetUseDefaultPadding(config.Element, value); 58 return GetUseDefaultShadow(config.Element); 64 SetUseDefaultShadow(config.Element, value);
PlatformConfiguration\AndroidSpecific\Entry.cs (2)
27 return GetImeOptions(config.Element); 33 SetImeOptions(config.Element, value);
PlatformConfiguration\AndroidSpecific\ImageButton.cs (8)
29 return GetIsShadowEnabled(config.Element); 35 SetIsShadowEnabled(config.Element, value); 57 return GetShadowColor(config.Element); 63 SetShadowColor(config.Element, value); 85 return GetShadowRadius(config.Element); 91 SetShadowRadius(config.Element, value); 113 return GetShadowOffset(config.Element); 119 SetShadowOffset(config.Element, value);
PlatformConfiguration\AndroidSpecific\ListView.cs (2)
27 return GetIsFastScrollEnabled(config.Element); 33 SetIsFastScrollEnabled(config.Element, value);
PlatformConfiguration\AndroidSpecific\SwipeView.cs (2)
27 return GetSwipeTransitionMode(config.Element); 33 SetSwipeTransitionMode(config.Element, value);
PlatformConfiguration\AndroidSpecific\TabbedPage.cs (13)
30 return GetIsSwipePagingEnabled(config.Element); 36 SetIsSwipePagingEnabled(config.Element, value); 43 SetIsSwipePagingEnabled(config.Element, true); 50 SetIsSwipePagingEnabled(config.Element, false); 74 return GetIsSmoothScrollEnabled(config.Element); 80 SetIsSmoothScrollEnabled(config.Element, value); 87 SetIsSmoothScrollEnabled(config.Element, true); 94 SetIsSmoothScrollEnabled(config.Element, false); 118 return GetOffscreenPageLimit(config.Element); 124 SetOffscreenPageLimit(config.Element, value); 153 return GetToolbarPlacement(config.Element); 159 SetToolbarPlacement(config.Element, value); 177 return GetMaxItemCount(config.Element);
PlatformConfiguration\AndroidSpecific\ViewCell.cs (2)
34 return GetIsContextActionsLegacyModeEnabled(config.Element); 40 SetIsContextActionsLegacyModeEnabled(config.Element, value);
PlatformConfiguration\AndroidSpecific\VisualElement.cs (4)
45 return GetElevation(config.Element); 56 SetElevation(config.Element, value); 96 return (bool)config.Element.GetValue(IsLegacyColorModeEnabledProperty); 108 config.Element.SetValue(IsLegacyColorModeEnabledProperty, value);
PlatformConfiguration\AndroidSpecific\WebView.cs (8)
39 return GetMixedContentMode(config.Element); 45 SetMixedContentMode(config.Element, value); 67 SetEnableZoomControls(config.Element, value); 72 return GetEnableZoomControls(config.Element); 78 SetEnableZoomControls(config.Element, value); 100 SetDisplayZoomControls(config.Element, value); 106 return GetDisplayZoomControls(config.Element); 112 SetDisplayZoomControls(config.Element, value);
PlatformConfiguration\GTKSpecific\BoxView.cs (2)
30 return GetHasCornerRadius(config.Element); 37 SetHasCornerRadius(config.Element, value);
PlatformConfiguration\GTKSpecific\NavigationPage.cs (2)
30 return GetBackButtonIcon(config.Element); 37 SetBackButtonIcon(config.Element, value);
PlatformConfiguration\GTKSpecific\TabbedPage.cs (2)
30 return GetTabPosition(config.Element); 37 SetTabPosition(config.Element, value);
PlatformConfiguration\iOSSpecific\Application.cs (6)
28 return GetPanGestureRecognizerShouldRecognizeSimultaneously(config.Element); 34 SetPanGestureRecognizerShouldRecognizeSimultaneously(config.Element, value); 58 return GetHandleControlUpdatesOnMainThread(config.Element); 64 SetHandleControlUpdatesOnMainThread(config.Element, value); 88 return GetEnableAccessibilityScalingForNamedFontSizes(config.Element); 94 SetEnableAccessibilityScalingForNamedFontSizes(config.Element, value);
PlatformConfiguration\iOSSpecific\Cell.cs (2)
23 => GetDefaultBackgroundColor(config.Element); 28 SetDefaultBackgroundColor(config.Element, value);
PlatformConfiguration\iOSSpecific\DatePicker.cs (2)
31 return GetUpdateMode(config.Element); 37 SetUpdateMode(config.Element, value);
PlatformConfiguration\iOSSpecific\Entry.cs (6)
35 return GetAdjustsFontSizeToFitWidth(config.Element); 42 SetAdjustsFontSizeToFitWidth(config.Element, value); 50 SetAdjustsFontSizeToFitWidth(config.Element, true); 58 SetAdjustsFontSizeToFitWidth(config.Element, false); 77 return GetCursorColor(config.Element); 83 SetCursorColor(config.Element, value);
PlatformConfiguration\iOSSpecific\FlyoutPage.cs (2)
29 SetApplyShadow(config.Element, value); 36 return GetApplyShadow(config.Element);
PlatformConfiguration\iOSSpecific\ListView.cs (6)
27 return GetSeparatorStyle(config.Element); 33 SetSeparatorStyle(config.Element, value); 55 return GetGroupHeaderStyle(config.Element); 61 SetGroupHeaderStyle(config.Element, value); 83 SetRowAnimationsEnabled(config.Element, value); 90 return GetRowAnimationsEnabled(config.Element);
PlatformConfiguration\iOSSpecific\NavigationPage.cs (10)
31 return GetIsNavigationBarTranslucent(config.Element); 37 SetIsNavigationBarTranslucent(config.Element, value); 44 SetIsNavigationBarTranslucent(config.Element, true); 51 SetIsNavigationBarTranslucent(config.Element, false); 78 return GetStatusBarTextColorMode(config.Element); 84 SetStatusBarTextColorMode(config.Element, value); 108 SetPrefersLargeTitles(config.Element, value); 115 return GetPrefersLargeTitles(config.Element); 138 SetHideNavigationBarSeparator(config.Element, value); 145 return GetHideNavigationBarSeparator(config.Element);
PlatformConfiguration\iOSSpecific\Page.cs (14)
46 return GetPrefersStatusBarHidden(config.Element); 57 SetPrefersStatusBarHidden(config.Element, value); 99 return GetPreferredStatusBarUpdateAnimation(config.Element); 110 SetPreferredStatusBarUpdateAnimation(config.Element, value); 151 SetUseSafeArea(config.Element, value); 162 return GetUseSafeArea(config.Element); 195 return GetLargeTitleDisplay(config.Element); 206 SetLargeTitleDisplay(config.Element, value); 239 return GetSafeAreaInsets(config.Element); 251 SetSafeAreaInsets(config.Element, value); 268 return GetModalPresentationStyle(config.Element); 279 SetModalPresentationStyle(config.Element, value); 334 return GetPrefersHomeIndicatorAutoHidden(config.Element); 345 SetPrefersHomeIndicatorAutoHidden(config.Element, value);
PlatformConfiguration\iOSSpecific\Picker.cs (2)
27 return GetUpdateMode(config.Element); 33 SetUpdateMode(config.Element, value);
PlatformConfiguration\iOSSpecific\ScrollView.cs (2)
27 return GetShouldDelayContentTouches(config.Element); 33 SetShouldDelayContentTouches(config.Element, value);
PlatformConfiguration\iOSSpecific\SearchBar.cs (2)
32 return GetSearchBarStyle(config.Element); 39 SetSearchBarStyle(config.Element, style);
PlatformConfiguration\iOSSpecific\Slider.cs (2)
27 return GetUpdateOnTap(config.Element); 33 SetUpdateOnTap(config.Element, value);
PlatformConfiguration\iOSSpecific\SwipeView.cs (2)
27 return GetSwipeTransitionMode(config.Element); 33 SetSwipeTransitionMode(config.Element, value);
PlatformConfiguration\iOSSpecific\TabbedPage.cs (2)
25 => GetTranslucencyMode(config.Element); 31 SetTranslucencyMode(config.Element, value);
PlatformConfiguration\iOSSpecific\TimePicker.cs (2)
31 return GetUpdateMode(config.Element); 37 SetUpdateMode(config.Element, value);
PlatformConfiguration\iOSSpecific\VisualElement.cs (16)
44 return GetBlurEffect(config.Element); 55 SetBlurEffect(config.Element, value); 122 return GetIsShadowEnabled(config.Element); 133 SetIsShadowEnabled(config.Element, value); 169 return GetShadowColor(config.Element); 180 SetShadowColor(config.Element, value); 216 return GetShadowRadius(config.Element); 227 SetShadowRadius(config.Element, value); 263 return GetShadowOffset(config.Element); 274 SetShadowOffset(config.Element, value); 310 return GetShadowOpacity(config.Element); 321 SetShadowOpacity(config.Element, value); 361 return (bool)config.Element.GetValue(IsLegacyColorModeEnabledProperty); 373 config.Element.SetValue(IsLegacyColorModeEnabledProperty, value); 409 return GetCanBecomeFirstResponder(config.Element); 420 SetCanBecomeFirstResponder(config.Element, value);
PlatformConfiguration\macOSSpecific\NavigationPage.cs (3)
30 return GetNavigationTransitionPushStyle(config.Element); 50 return GetNavigationTransitionPopStyle(config.Element); 64 SetNavigationTransitionStyle(config.Element, pushStyle, popStyle);
PlatformConfiguration\macOSSpecific\Page.cs (2)
28 return GetTabOrder(config.Element); 34 SetTabOrder(config.Element, value);
PlatformConfiguration\macOSSpecific\TabbedPage.cs (5)
28 return GetTabsStyle(config.Element); 34 SetTabsStyle(config.Element, value); 41 SetTabsStyle(config.Element, TabsStyle.OnNavigation); 48 SetTabsStyle(config.Element, TabsStyle.Default); 55 SetTabsStyle(config.Element, TabsStyle.Hidden);
PlatformConfiguration\TizenSpecific\Application.cs (6)
29 return GetUseBezelInteraction(config.Element); 35 SetUseBezelInteraction(config.Element, value); 57 return GetOverlayContent(config.Element); 63 SetOverlayContent(config.Element, value); 86 return GetActiveBezelInteractionElement(config.Element); 93 SetActiveBezelInteractionElement(config.Element, value);
PlatformConfiguration\TizenSpecific\Entry.cs (2)
27 return GetFontWeight(config.Element); 33 SetFontWeight(config.Element, weight);
PlatformConfiguration\TizenSpecific\Image.cs (4)
31 return GetBlendColor(config.Element); 37 SetBlendColor(config.Element, color); 56 return GetFile(config.Element); 62 SetFile(config.Element, file);
PlatformConfiguration\TizenSpecific\ItemsView.cs (2)
24 return GetFocusedItemScrollPosition(config.Element); 29 SetFocusedItemScrollPosition(config.Element, position);
PlatformConfiguration\TizenSpecific\Label.cs (2)
27 return GetFontWeight(config.Element); 33 SetFontWeight(config.Element, weight);
PlatformConfiguration\TizenSpecific\NavigationPage.cs (2)
29 return GetHasBreadCrumbsBar(config.Element); 35 SetHasBreadCrumbsBar(config.Element, value);
PlatformConfiguration\TizenSpecific\Page.cs (2)
29 return GetBreadCrumb(config.Element); 35 SetBreadCrumb(config.Element, value);
PlatformConfiguration\TizenSpecific\ProgressBar.cs (2)
34 return GetPulsingStatus(config.Element); 40 SetPulsingStatus(config.Element, isPulsing);
PlatformConfiguration\TizenSpecific\ScrollView.cs (4)
34 return GetVerticalScrollStep(config.Element); 39 SetVerticalScrollStep(config.Element, scrollStep); 55 return GetHorizontalScrollStep(config.Element); 60 SetHorizontalScrollStep(config.Element, scrollStep);
PlatformConfiguration\TizenSpecific\Switch.cs (2)
29 return GetColor(config.Element); 35 SetColor(config.Element, color);
PlatformConfiguration\TizenSpecific\VisualElement.cs (26)
74 return GetStyle(config.Element); 85 SetStyle(config.Element, value); 116 return IsFocusAllowed(config.Element); 127 SetFocusAllowed(config.Element, value); 161 return GetNextFocusDirection(config.Element); 173 SetNextFocusDirection(config.Element, value); 184 SetNextFocusDirection(config.Element, FocusDirection.Up); 195 SetNextFocusDirection(config.Element, FocusDirection.Down); 206 SetNextFocusDirection(config.Element, FocusDirection.Left); 217 SetNextFocusDirection(config.Element, FocusDirection.Right); 228 SetNextFocusDirection(config.Element, FocusDirection.Back); 239 SetNextFocusDirection(config.Element, FocusDirection.Forward); 270 return GetNextFocusUpView(config.Element); 281 SetNextFocusUpView(config.Element, value); 312 return GetNextFocusDownView(config.Element); 323 SetNextFocusDownView(config.Element, value); 354 return GetNextFocusLeftView(config.Element); 365 SetNextFocusLeftView(config.Element, value); 396 return GetNextFocusRightView(config.Element); 407 SetNextFocusRightView(config.Element, value); 438 return GetNextFocusBackView(config.Element); 449 SetNextFocusBackView(config.Element, value); 480 return GetNextFocusForwardView(config.Element); 491 SetNextFocusForwardView(config.Element, value); 527 return GetToolTip(config.Element); 538 SetToolTip(config.Element, value);
PlatformConfiguration\WindowsSpecific\Application.cs (2)
24 return (string)config.Element.GetValue(ImageDirectoryProperty); 37 config.Element.SetValue(ImageDirectoryProperty, value);
PlatformConfiguration\WindowsSpecific\FlyoutPage.cs (4)
33 return (CollapseStyle)config.Element.GetValue(CollapseStyleProperty); 40 config.Element.SetValue(CollapseStyleProperty, value); 76 return (double)config.Element.GetValue(CollapsedPaneWidthProperty); 83 config.Element.SetValue(CollapsedPaneWidthProperty, value);
PlatformConfiguration\WindowsSpecific\InputView.cs (2)
23 return (bool)config.Element.GetValue(DetectReadingOrderFromContentProperty); 36 config.Element.SetValue(DetectReadingOrderFromContentProperty, value);
PlatformConfiguration\WindowsSpecific\Label.cs (2)
23 return (bool)config.Element.GetValue(DetectReadingOrderFromContentProperty); 36 config.Element.SetValue(DetectReadingOrderFromContentProperty, value);
PlatformConfiguration\WindowsSpecific\ListView.cs (2)
33 return (ListViewSelectionMode)config.Element.GetValue(SelectionModeProperty); 40 config.Element.SetValue(SelectionModeProperty, value);
PlatformConfiguration\WindowsSpecific\Page.cs (4)
53 return (ToolbarPlacement)config.Element.GetValue(ToolbarPlacementProperty); 65 config.Element.SetValue(ToolbarPlacementProperty, value); 107 return (bool)config.Element.GetValue(ToolbarDynamicOverflowEnabledProperty); 119 config.Element.SetValue(ToolbarDynamicOverflowEnabledProperty, value);
PlatformConfiguration\WindowsSpecific\RefreshView.cs (2)
29 return GetRefreshPullDirection(config.Element); 42 SetRefreshPullDirection(config.Element, value);
PlatformConfiguration\WindowsSpecific\SearchBar.cs (5)
32 return GetIsSpellCheckEnabled(config.Element); 39 SetIsSpellCheckEnabled(config.Element, value); 46 return GetIsSpellCheckEnabled(config.Element); 52 SetIsSpellCheckEnabled(config.Element, true); 58 SetIsSpellCheckEnabled(config.Element, false);
PlatformConfiguration\WindowsSpecific\TabbedPage.cs (7)
37 return GetHeaderIconsEnabled(config.Element); 44 SetHeaderIconsEnabled(config.Element, value); 51 return GetHeaderIconsEnabled(config.Element); 57 SetHeaderIconsEnabled(config.Element, true); 63 SetHeaderIconsEnabled(config.Element, false); 81 return GetHeaderIconsSize(config.Element); 88 SetHeaderIconsSize(config.Element, value);
PlatformConfiguration\WindowsSpecific\VisualElement.cs (10)
40 return (string)config.Element.GetValue(AccessKeyProperty); 47 config.Element.SetValue(AccessKeyProperty, value); 64 return (AccessKeyPlacement)config.Element.GetValue(AccessKeyPlacementProperty); 71 config.Element.SetValue(AccessKeyPlacementProperty, value); 87 return (double)config.Element.GetValue(AccessKeyHorizontalOffsetProperty); 93 config.Element.SetValue(AccessKeyHorizontalOffsetProperty, value); 109 return (double)config.Element.GetValue(AccessKeyVerticalOffsetProperty); 115 config.Element.SetValue(AccessKeyVerticalOffsetProperty, value); 140 return (bool)config.Element.GetValue(IsLegacyColorModeEnabledProperty); 147 config.Element.SetValue(IsLegacyColorModeEnabledProperty, value);
PlatformConfiguration\WindowsSpecific\WebView.cs (4)
28 return GetIsJavaScriptAlertEnabled(config.Element); 34 SetIsJavaScriptAlertEnabled(config.Element, value); 53 return GetExecutionMode(config.Element); 58 SetExecutionMode(config.Element, value);