9 references to Start
Microsoft.Maui.Controls (9)
Editor\Editor.cs (1)
58 public static readonly BindableProperty VerticalTextAlignmentProperty = BindableProperty.Create(nameof(VerticalTextAlignment), typeof(TextAlignment), typeof(Editor), TextAlignment.Start);
Label\Label.cs (1)
24 public static readonly BindableProperty VerticalTextAlignmentProperty = BindableProperty.Create(nameof(VerticalTextAlignment), typeof(TextAlignment), typeof(Label), TextAlignment.Start);
Shell\BaseShellItem.cs (2)
514 defaultLabelClass.Setters.Add(new Setter { Property = Label.HorizontalTextAlignmentProperty, Value = TextAlignment.Start }); 519 defaultLabelClass.Setters.Add(new Setter { Property = Label.HorizontalTextAlignmentProperty, Value = TextAlignment.Start });
TextAlignment.cs (4)
22 return TextAlignment.Start; 24 return TextAlignment.Start; 48 if (ta == TextAlignment.Start) 49 return nameof(TextAlignment.Start);
TextAlignmentElement.cs (1)
8 BindableProperty.Create(nameof(ITextAlignmentElement.HorizontalTextAlignment), typeof(TextAlignment), typeof(ITextAlignmentElement), TextAlignment.Start,