1 write to Label
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\DefaultCell.cs (1)
19
Label
= new UILabel(frame)
13 references to Label
Microsoft.Maui.Controls.Compatibility (13)
iOS\CollectionView\DefaultCell.cs (1)
29
InitializeContentConstraints(
Label
);
iOS\CollectionView\GroupableItemsViewController.cs (1)
95
cell.
Label
.Text = ItemsSource.Group(indexPath).ToString();
iOS\CollectionView\HorizontalDefaultCell.cs (2)
16
Constraint =
Label
.HeightAnchor.ConstraintEqualTo(Frame.Height);
28
return new CGSize(
Label
.IntrinsicContentSize.Width, Constraint.Constant);
iOS\CollectionView\HorizontalDefaultSupplementalView.cs (3)
16
Label
.Font = UIFont.PreferredHeadline;
18
Constraint =
Label
.HeightAnchor.ConstraintEqualTo(Frame.Height);
30
return new CGSize(
Label
.IntrinsicContentSize.Width, Constraint.Constant);
iOS\CollectionView\ItemsViewController.cs (1)
241
cell.
Label
.Text = ItemsSource[indexPath].ToString();
iOS\CollectionView\VerticalDefaultCell.cs (2)
16
Constraint =
Label
.WidthAnchor.ConstraintEqualTo(Frame.Width);
28
return new CGSize(Constraint.Constant,
Label
.IntrinsicContentSize.Height);
iOS\CollectionView\VerticalDefaultSupplementalView.cs (3)
16
Label
.Font = UIFont.PreferredHeadline;
18
Constraint =
Label
.WidthAnchor.ConstraintEqualTo(Frame.Width);
30
return new CGSize(Constraint.Constant,
Label
.IntrinsicContentSize.Height);