5 interfaces inheriting from ITextAlignment
Microsoft.Maui (5)
Core\IEditor.cs (1)
6
public interface IEditor : IView, ITextInput, ITextStyle,
ITextAlignment
Core\IEntry.cs (1)
6
public interface IEntry : IView, ITextInput,
ITextAlignment
Core\ILabel.cs (1)
6
public interface ILabel : IView, IText,
ITextAlignment
, IPadding
Core\IPicker.cs (1)
10
public interface IPicker : IView, ITextStyle,
ITextAlignment
, IItemDelegate<string>
Core\ISearchBar.cs (1)
8
public interface ISearchBar : IView, ITextInput,
ITextAlignment
1 implementation of ITextAlignment
Microsoft.Maui.Controls (1)
Cells\EntryCell.cs (1)
9
public class EntryCell : Cell, ITextAlignmentElement, IEntryCellController,
ITextAlignment
6 references to ITextAlignment
Microsoft.Maui (6)
Handlers\Label\LabelHandler.cs (2)
33
[nameof(
ITextAlignment
.HorizontalTextAlignment)] = MapHorizontalTextAlignment,
34
[nameof(
ITextAlignment
.VerticalTextAlignment)] = MapVerticalTextAlignment,
Handlers\Picker\PickerHandler.cs (2)
28
[nameof(
ITextAlignment
.HorizontalTextAlignment)] = MapHorizontalTextAlignment,
29
[nameof(
ITextAlignment
.VerticalTextAlignment)] = MapVerticalTextAlignment,
Handlers\SearchBar\SearchBarHandler.cs (2)
26
[nameof(
ITextAlignment
.HorizontalTextAlignment)] = MapHorizontalTextAlignment,
27
[nameof(
ITextAlignment
.VerticalTextAlignment)] = MapVerticalTextAlignment,