mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
* Add article, snippets, toc, and redirects * Minor edits * Add code comments
9 lines
419 B
XML
9 lines
419 B
XML
<Window x:Class="CodeSampleVb.MainWindow"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Title="Dependency property callbacks and validation" Height="200" Width="800" Loaded="RunTests">
|
|
<Grid>
|
|
<Label x:Name="lblMessage" HorizontalAlignment="Stretch" Margin="10" VerticalAlignment="Stretch"/>
|
|
</Grid>
|
|
</Window>
|