Skip to content

Commit d788201

Browse files
Modified sample to display the output when running in UWP platform
1 parent b384d72 commit d788201

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Borderless_TextBox/Borderless_TextBox/MainPage.xaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
xmlns:borderless_textbox="clr-namespace:Borderless_TextBox"
88
x:Class="Borderless_TextBox.MainPage">
99

10-
<borderless_textbox:CustomNumericTextBox Value="123" HorizontalOptions="Center" VerticalOptions="Center" />
10+
<borderless_textbox:CustomNumericTextBox HeightRequest="50"
11+
WidthRequest="100"
12+
Value="123"
13+
HorizontalOptions="Center"
14+
VerticalOptions="Center" />
1115

1216
</ContentPage>

0 commit comments

Comments
 (0)