1 write to _bottomShadow
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellSectionRootHeader.cs (1)
185
_bottomShadow
= new UIView(new CGRect(0, 0, 10, 1));
4 references to _bottomShadow
Microsoft.Maui.Controls (4)
Compatibility\Handlers\Shell\iOS\ShellSectionRootHeader.cs (4)
164
_bottomShadow
.Frame = new CGRect(0, CollectionView.Frame.Bottom, CollectionView.Frame.Width, 0.5);
186
_bottomShadow
.BackgroundColor = Colors.Black.MultiplyAlpha(0.3f).ToPlatform();
187
_bottomShadow
.Layer.ZPosition = 9002;
188
CollectionView.AddSubview(
_bottomShadow
);