반응형
<Image x:Name="imgTest" Source="{Binding ImagePath}" Grid.Column="1" Grid.RowSpan="2">
<Image.InputBindings>
<MouseBinding MouseAction="LeftDoubleClick" Command="{Binding OpenImageCommand}"/>
</Image.InputBindings>
</Image>
반응형
'[====== Development ======] > C#' 카테고리의 다른 글
[WPF] TextBox 정수만 입력 또는 실수만 입력 (0) | 2022.03.03 |
---|---|
[C#] String Extenstions (0) | 2022.03.02 |
[WPF] Style 코드에서 binding reference 에러 발생시 (0) | 2022.02.24 |
C# CopyFilesRecursively (0) | 2022.02.16 |
C# List Custom Comparison (0) | 2022.02.16 |