Examples with "XAML source" and their translation in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Complete C# and XAML source is available through a Blueprint subscription.
Der komplette C- und XAML-Quellcode ist über ein Blueprint-Abonnement erhältlich.
Here's the XAML source, as well as a screenshot, of our Code-behind sample
Hier ist die XAML-Quelle sowie ein Screenshot von unserem Code-behind-Beispiel.
Andere resultaten
In addition, each scenario maps to a corresponding XAML and C# source file.
Darüber hinaus ordnet jedes Szenario einer entsprechenden XAML und c#-Quelldatei.
HTML/CSS or XAML - good design is measured by its source code as much as its features.
Ob HTML/CSS oder XAML - gutes Design gehört ebenso in den Quellcode wie gute Features.
Use your skill set and even source code-from other XAML platforms, for example-to update your apps to the latest technologies, and explore new markets.
Nutzen Sie Ihre Kenntnisse und sogar den Quellcode von anderen XAML-Plattformen, um Ihre Apps für die neuesten Technologien zu aktualisieren und neue Märkte zu erobern.
Specifying the Image Source directly in your XAML will work out for a lot of cases, but sometimes you need to load an image dynamically, e.g. based on a user choice.
Die Angabe der Bildquelle direkt in Ihrem XAML wird in vielen Fällen funktionieren, aber manchmal müssen Sie ein Bild dynamisch laden, z.B. basierend auf einer Benutzerauswahl.
In some applications, embedding the XML as a data island within the source of the XAML page can be inconvenient because the exact content of the data must be known at compile time.
In bestimmten Anwendungen ist das Einbetten von XML als Dateninsel in die Quelle der XAML-Seite nicht geeignet, da zur Kompilierzeit der genaue Inhalt der Daten bekannt sein muss.
The image Source can be set in the XAML, so I don't really
Das Bild Quelle (Source) kann in der XAML bestimmt werden, so dass ich derzeit für diese
As you can see, building a ListView manually in XAML is very simple, but in most cases, your ListView data will come from some sort of data source, which should be rendered in the ListView at runtime.
Wie Sie sehen, ist das manuelle Erstellen eines ListView in XAML sehr einfach, aber in den meisten Fällen stammen Ihre ListView-Daten auf die eine oder andere Weise aus einer Datenquelle, die zur Laufzeit in der ListView gerendert werden sollte.
The binding source is a property of the MyColors class, which is described later in this topic. XAML Copy
Im folgenden Beispiel ist das Bindungsquellobjekt eine Klasse namens MyData, die im SDKSample-Namespace definiert ist.
In the XAML case, App::OnLaunched is generated by default in the codebehind source file, App.xaml.cpp, and triggers an initial navigation to MainPage
Similarly, I stored all the data as XML in the SmackPage.xaml page and used XAML data binding to tie the data source to the opportunities list control.
Ähnlich speicherte ich auf der Seite SmackPage.xaml alle Daten als XML und verwendete XAML-Datenanbindung, um die Datenquelle an die Listensteuerung von „Gelegenheiten" anzubinden.
For the previous example, instead of using the DataContext property, you can specify the binding source by setting the Source property directly on the binding declaration of the button, as in the following example: XAML
Im vorigen Beispiel können Sie auch, anstatt die DataContext-Eigenschaft zu verwenden, die Bindungsquelle angeben, indem Sie die Source-Eigenschaft direkt in der Bindungsdeklaration der Schaltfläche festlegen, wie im folgenden Beispiel gezeigt: XAML