Questions tagged as 'xaml'

1
answer

Justify text with TextAlignment in Windows Phone 8

I am making an application and in this application I have a textBlock that in .xaml is as follows: <TextBlock Name="tDetalhes" Foreground="Black" FontSize="26" VerticalAlignment="Center" Height="210" TextWrapping="Wrap" />...
asked by 01.04.2015 / 04:51
1
answer

How to define a color using the Color element of the Xamarin Forms within a ResourceDictionary

Hello, I'm following this tutorial and, from what he shows along with the Xamarin.Forms documentation, I can create a Resource dictionary as follows: <?xml version="1.0" encoding="utf-8" ?> <ResourceDictionary xmlns="http://xam...
asked by 19.11.2018 / 21:44
1
answer

Xamarin Forms - GPS route trace

Expensive, good night! Does anyone have an example of how to use GPS on Xamarin? I'm developing a project (PCL), which would trace the route between two points, but I'm still having some doubts. Can I trace the route with just the address?...
asked by 14.06.2016 / 03:15
1
answer

How to declare and pass a decimal variable from XAML to C #?

<StackLayout> <Label Text="Digite um Valor:" Margin="10" HorizontalOptions="Start" VerticalOptions="Start"/> <Entry Keyboard="Numeric"/> <Button Text="Calcul...
asked by 11.06.2018 / 15:41
1
answer

How can I get drive information from C #?

Good afternoon, I was asked to carry out a project that can fetch information from the drives ( C: , D: , such as how many drives there are, the name of each one, the total space and the space used. But I do not know how I'll get this info...
asked by 26.06.2018 / 15:51
1
answer

How to add a MaterialDesignInXamlToolkit controller with C # in XAML

I'm using MaterialDesignInXamlToolkit to create the design of my program in WPF, I'm new to WPF and wanted to know how I can add the controller card by C #, as I do with Button or any other native WPF controller MaterialDesignInXamlToolkit...
asked by 26.02.2017 / 13:18
1
answer

WPF select all CheckBox DataGrid

Hello, I'm trying to select all CheckBoxes from a datagrid but I'm not succeeding. Below is my code to select: private void CheckUnCheckAll(object sender, RoutedEventArgs e) { CheckBox chkSelectAll = ((CheckBox)sender); if (chkSelect...
asked by 23.02.2018 / 21:02
1
answer

Language used for a title designer of the VMIX application

What language do you use to work with Title Designer? This title works with an application that I use in my everyday work. If possible, some reference book for studying it. Code below: <UserControl xmlns="http://schemas.microsoft.com/...
asked by 31.08.2017 / 05:13
1
answer

Gradient Xamarin Forms

I'm doing the screens of a Xamarin app with XAML, and wanted to put a gradient background is it possible? For now the code is this:                                         
asked by 16.05.2017 / 21:30
1
answer

Intellisense Xamarin Forms does not work - Visual Studio Enterprise with Update 3

I installed VS with Xamarin but Intellisense in XAML files is not working properly. In some parts of the code it shows the list of suggestions as shown below. Butinotherpartsofthecodeitdoesnotshowthelistwithalltheitems(imagebelow). It'salsoo...
asked by 30.11.2016 / 02:35