イメージとテキストを含むWPFアプリケーションのカントメイクボタン。WPF - テキストと画像付きのボタン
<Window x:Class="WindowR.One"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:WindowR"
mc:Ignorable="d"
Title="One" Height="300" Width="300">
<Grid>
<StackPanel Orientation="Vertical">
<TextBlock Text="Click Here" />
<Image Source="D:\Skola\4. semester\TP\GIT folder\Visualko\Core\WindowR\Pictures\0.png" />
</StackPanel>
</Grid>
</Window>
しかしからチュートリアルのimage..triedたくさん上記テキストイマイチはhere..butそれらのどれものTextBlock次の画像に適切に
StackPanelはImageの横にTextBlockを配置しています。 'Grid'を使うようにしてください – ASh
@RadoInkoは' Orientation'を垂直に設定しました – dkozl
何かが恋しくなるのですか?画像とテキストはまだ互いに隣り合っていて、別のものとは重なっていない – RadoInko