Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

NOMBRE

Lesly Nicole

APELLIDOS
Saviñon Medrano
MATRICULA:
20-misn-6-022
MATERIA:
PDM
PROFESOR
R
FRANK REYES
SECCION:
713
FECHA:
14/07/2022

This study source was downloaded by 100000842271385 from CourseHero.com on 07-21-2023 17:49:50 GMT -05:00

https://www.coursehero.com/file/159558446/PRACTICA-CONTROLES-EN-XAML-20-MISN-6-022pdf/
PROGRAMACION DE DISPOSITIVOS MOVILES
CODIGO XAML
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Controles_de_Xaml.MainPage">
<ScrollView>
<StackLayout>
<BoxView Color="CornflowerBlue"
WidthRequest="160"
HeightRequest="160"
VerticalOptions="Center"
HorizontalOptions="Center"/>

<Ellipse Fill="black"
WidthRequest="150"
HeightRequest="50"
VerticalOptions="Center"
HorizontalOptions="Center" />
<Label Text="Hello, Xamarin.Forms!"
FontSize="Large"
FontAttributes="Italic"
HorizontalTextAlignment="Center"
/>
<Line X1="40"
Y1="0"
X2="0"
Y2="120"
Stroke="black" />
<Path Stroke="Black"
Aspect="Uniform"
HorizontalOptions="Center"
VerticalOptions="Center"
HeightRequest="100"
WidthRequest="100"
Data="M13.9,16.2
L32,16.2 32,31.9 13.9,30.1Z
M0,16.2
L11.9,16.2 11.9,29.9 0,28.6Z
M11.9,2
L11.9,14.2 0,14.2 0,3.3Z
M32,0
L32,14.2 13.9,14.2 13.9,1.8Z"
/>
<Polygon Points="0 48, 0 144, 96 150, 100
0, 192 0, 192 96,
50 96, 48 192, 150 200
144 48"
Fill="Blue"
Stroke="black"
StrokeThickness="3"
HorizontalOptions="Center" />
<Slider Minimum="0"
Maximum="100"

VerticalOptions="CenterAndExpand"
/>
<Stepper Minimum="0"
Maximum="10"
Increment="0.1"

This study source was downloaded by 100000842271385 from CourseHero.com on 07-21-2023 17:49:50 GMT -05:00

https://www.coursehero.com/file/159558446/PRACTICA-CONTROLES-EN-XAML-20-MISN-6-022pdf/
HorizontalOptions="Center"

VerticalOptions="CenterAndExpand"
/>
<Switch IsToggled="false"

HorizontalOptions="Center"

VerticalOptions="CenterAndExpand"
/>
<DatePicker Format="D"

VerticalOptions="CenterAndExpand"
/>
<TimePicker Format="T"
VerticalOptions="CenterAndExpand"
/>
<Entry Keyboard="Email"
Placeholder="Enter email
address"

VerticalOptions="CenterAndExpand" />
<ActivityIndicator
IsRunning="True"

VerticalOptions="CenterAndExpand"
/>
<ProgressBar Progress=".5"

VerticalOptions="CenterAndExpand"
/>

</StackLayout>
</ScrollView>

</ContentPage>

PROGRAMA EJECUTADO

This study source was downloaded by 100000842271385 from CourseHero.com on 07-21-2023 17:49:50 GMT -05:00

https://www.coursehero.com/file/159558446/PRACTICA-CONTROLES-EN-XAML-20-MISN-6-022pdf/
This study source was downloaded by 100000842271385 from CourseHero.com on 07-21-2023 17:49:50 GMT -05:00

https://www.coursehero.com/file/159558446/PRACTICA-CONTROLES-EN-XAML-20-MISN-6-022pdf/
This study source was downloaded by 100000842271385 from CourseHero.com on 07-21-2023 17:49:50 GMT -05:00

https://www.coursehero.com/file/159558446/PRACTICA-CONTROLES-EN-XAML-20-MISN-6-022pdf/
Powered by TCPDF (www.tcpdf.org)

You might also like