Noa*_*oah 5 silverlight xaml text image
我有一些想要用水印显示的图像.
目前它们位于堆栈面板内,如下所示:
<StackPanel Orientation="Vertical"
Margin= "7,0,0,0"
HorizontalAlignment="Center" >
<Image Width="60"
Height="72"
VerticalAlignment="Top"
Margin="0 0 10 0"
Source="{Binding ImageToWatermark}" />
Run Code Online (Sandbox Code Playgroud)
我会使用什么xaml将居中文本浮动到图像上?
例如,使用此"Segoe Keycaps"字体在城市图片上显示伦敦.
