1 implementation of PlatformView
Microsoft.Maui (1)
Handlers\Label\LabelHandler.cs (1)
65
PlatformView ILabelHandler.
PlatformView
=> PlatformView;
12 references to PlatformView
Microsoft.Maui (9)
Handlers\Label\LabelHandler.Tizen.cs (9)
17
handler.
PlatformView
?.UpdateText(label);
22
handler.
PlatformView
?.UpdateTextColor(label);
27
handler.
PlatformView
?.UpdateHorizontalTextAlignment(label);
32
handler.
PlatformView
?.UpdateVerticalTextAlignment(label);
37
handler.
PlatformView
?.UpdateTextDecorations(label);
43
handler.
PlatformView
?.UpdateFont(label, fontManager);
48
handler.
PlatformView
?.UpdateShadow(label);
53
handler.
PlatformView
.UpdateCharacterSpacing(label);
58
handler.
PlatformView
.UpdateLineHeight(label);
Microsoft.Maui.Controls (3)
Label\Label.iOS.cs (3)
24
Platform.LabelExtensions.UpdateText(handler.
PlatformView
, label);
31
handler.
PlatformView
?.UpdateLineBreakMode(label);
36
handler.
PlatformView
?.UpdateMaxLines(label);