Files
BeWoPlaner/BeWo/AI/Controls/VoiceToTextButtonControl.xaml

26 lines
748 B
XML

<UserControl
x:Class="BeWo.AI.Controls.VoiceToTextButtonControl"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Name="root">
<Grid>
<Grid.RowDefinitions>
<RowDefinition />
<RowDefinition />
</Grid.RowDefinitions>
<Button
x:Name="ButtonOpenTranskriptionView"
Margin="0"
Click="ButtonOpenTranskriptionView_Click">
<Image
Width="22"
Height="22"
Margin="0,0,0,0"
Source="/BeWoPlaner;component/Ressources/Icons/KI/Icon_Mikro_Weiss+Orange.png" />
</Button>
</Grid>
</UserControl>