diff options
| author | alexke-dev <[email protected]> | 2023-08-10 16:28:02 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-10 16:28:02 -0700 |
| commit | cbbd53eda55fbdf65f22b5f57c7dbc4b1ea594fd (patch) | |
| tree | 50df874afbb353d7d3864b559c6b7641f1208924 /print/v4PrintDriverSamples/PrinterExtensionSample/ExtensionSample/ValidationModalDialog.xaml | |
| parent | 6ea518dd65b6c2c3b298bb8e7ed5e9124b8a4981 (diff) | |
Remove Print Driver Samples (#1017)
* Remove print driver samples. Add README.md to redirect consumers to Print Support App (PSA) development guide.
* Remove en-us from URL.
Diffstat (limited to 'print/v4PrintDriverSamples/PrinterExtensionSample/ExtensionSample/ValidationModalDialog.xaml')
| -rw-r--r-- | print/v4PrintDriverSamples/PrinterExtensionSample/ExtensionSample/ValidationModalDialog.xaml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/print/v4PrintDriverSamples/PrinterExtensionSample/ExtensionSample/ValidationModalDialog.xaml b/print/v4PrintDriverSamples/PrinterExtensionSample/ExtensionSample/ValidationModalDialog.xaml deleted file mode 100644 index c949efd4..00000000 --- a/print/v4PrintDriverSamples/PrinterExtensionSample/ExtensionSample/ValidationModalDialog.xaml +++ /dev/null @@ -1,19 +0,0 @@ -<UserControl x:Class="Microsoft.Samples.Printing.PrinterExtension.ValidationModalDialog" - xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" - xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"> - <Grid DataContext="{Binding ElementName=root}"> - <Border Background="#60000000"> - <Border BorderBrush="Black" BorderThickness="1" Background="AliceBlue" - CornerRadius="10,0,10,0" VerticalAlignment="Center" HorizontalAlignment="Center"> - <Border.BitmapEffect> - <DropShadowBitmapEffect Color="Black" Opacity="0.5" Direction="90" ShadowDepth="0.7" /> - </Border.BitmapEffect> - <UniformGrid Grid.Row="1" Margin="10" Rows="2" Columns="1" HorizontalAlignment="Center" VerticalAlignment="Bottom"> - <TextBlock>Validating.. please wait</TextBlock> - <Button x:Name="CancelValidationButton" Content="Cancel" Click="CancelValidationButton_Click"/> - </UniformGrid> - </Border> - </Border> - </Grid> -</UserControl> |
