1 write to _verticalAlignment
Microsoft.Maui (1)
Platform\iOS\MauiLabel.cs (1)
23 _verticalAlignment = value;
5 references to _verticalAlignment
Microsoft.Maui (5)
Platform\iOS\MauiLabel.cs (5)
20 get => _verticalAlignment; 40 if (_verticalAlignment != UIControlContentVerticalAlignment.Center 41 && _verticalAlignment != UIControlContentVerticalAlignment.Fill) 56 if (_verticalAlignment == UIControlContentVerticalAlignment.Top) 60 else if (_verticalAlignment == UIControlContentVerticalAlignment.Bottom)