Guest User

Untitled

a guest
Jul 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <Button VerticalAlignment="Center" HorizontalAlignment="Center" Style="{StaticResource TransparentStyle}"
  2. Command="{Binding Path=GetCertificateCommand}"
  3. Width="{Binding RelativeSource={RelativeSource AncestorType=Grid}, Path=Width}"
  4. Height="{Binding RelativeSource={RelativeSource AncestorType=Grid}, Path=Height}">
  5. <TextBlock Style="{StaticResource ForegroundSectionTitleStyle}" Text="Выбрать сертификат для подписи" />
  6. </Button>
Add Comment
Please, Sign In to add comment