1 write to Label
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellSectionRootHeader.cs (1)
309 Label = new UILabel();
10 references to Label
Microsoft.Maui.Controls (10)
Compatibility\Handlers\Shell\iOS\ShellSectionRootHeader.cs (10)
100 headerCell.Label.Text = shellContent.Title; 101 headerCell.Label.SetNeedsDisplay(); 123 cell.Label.TextColor = _unselectedColor.ToPlatform(); 136 cell.Label.TextColor = _selectedColor.ToPlatform(); 310 Label.TextAlignment = UITextAlignment.Center; 311 Label.Font = UIFont.BoldSystemFontOfSize(14); 312 ContentView.AddSubview(Label); 321 Label.TextColor = value ? SelectedColor : UnSelectedColor; 331 Label.Frame = Bounds; 336 return new CGSize(Label.SizeThatFits(size).Width + 30, 35);