Implemented interface members:
property
VerticalTextAlignment
Microsoft.Maui.Controls.ITextAlignmentElement.VerticalTextAlignment
property
VerticalTextAlignment
Microsoft.Maui.ITextAlignment.VerticalTextAlignment
1 write to VerticalTextAlignment
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellSearchResultsRenderer.cs (1)
68
label.
VerticalTextAlignment
= TextAlignment.Center;
3 references to VerticalTextAlignment
Microsoft.Maui.Controls (2)
Label\Label.cs (2)
20
/// <summary>Bindable property for <see cref="
VerticalTextAlignment
"/>.</summary>
21
public static readonly BindableProperty VerticalTextAlignmentProperty = BindableProperty.Create(nameof(
VerticalTextAlignment
), typeof(TextAlignment), typeof(Label), TextAlignment.Start);
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\LabelRenderer.cs (1)
93
Control.VerticalTextAlignment = Element.
VerticalTextAlignment
.ToPlatform();