10 references to ToPixel
Microsoft.Maui (10)
Handlers\ScrollView\ScrollViewHandler.Tizen.cs (1)
168
handler.PlatformView.ScrollTo(pos.
ToPixel
(), !request.Instant);
Platform\Tizen\MauiDateTimePicker.cs (9)
33
var margin1 = (ushort)20d.
ToPixel
();
34
var margin2 = (ushort)10d.
ToPixel
();
35
var radius = 8d.
ToPixel
();
41
BoxShadow = new Shadow(20d.
ToPixel
(), TColor.Black.ToNative()),
60
PixelSize = 21d.
ToPixel
(),
103
cancelButton.TextLabel.PixelSize = 15d.
ToPixel
();
104
cancelButton.SizeWidth = cancelButton.TextLabel.NaturalSize.Width + 15d.
ToPixel
() * 2;
118
okButton.TextLabel.PixelSize = 15d.
ToPixel
();
119
okButton.SizeWidth = okButton.TextLabel.NaturalSize.Width + 15d.
ToPixel
() * 2;