会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
FredGrit
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
18
19
20
21
22
23
24
25
26
···
123
下一页
2025年3月2日
WPF define Command in usercontrol and used in mvvm, Rotated circle as usercontrol and used in multiple times
摘要: //usercontrol.xaml <Grid Grid.Row="1" Grid.RowSpan="2" Grid.Column="0" Panel.ZIndex="0" Background="LightCyan"> <behavior:Interaction.Triggers> <behav
阅读全文
posted @ 2025-03-02 14:41 FredGrit
阅读(13)
评论(0)
推荐(0)
2025年3月1日
WPF RotateCircle defines in usercontrol and reuse
摘要: //usercontrol //xaml <UserControl x:Class="WpfApp159.UCRotateCircle" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http:/
阅读全文
posted @ 2025-03-01 22:20 FredGrit
阅读(14)
评论(0)
推荐(0)
WPF Circle Rotate via MouseDown MouseMove and MouseUp, and compute rotated angle via Vector
摘要: <Window x:Class="WpfApp158.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2
阅读全文
posted @ 2025-03-01 21:04 FredGrit
阅读(12)
评论(0)
推荐(0)
2025年2月16日
WPF Button ControlTemplate EventTrigger RoutedEvent BeginStoryboard Storyboard ColorAnimation Storyboard.TargetName Storyboard.TargetProperty To Duration
摘要: <Window x:Class="WpfApp156.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2
阅读全文
posted @ 2025-02-16 17:00 FredGrit
阅读(10)
评论(0)
推荐(0)
WPF Button ControlTemplate StrokeDashArray IsKeyboardFocused
摘要: <Window x:Class="WpfApp156.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2
阅读全文
posted @ 2025-02-16 16:31 FredGrit
阅读(10)
评论(0)
推荐(0)
2025年2月15日
WPF usercontrol listbox mvvm contextmenu memuitem command commandparameter
摘要: //xaml <UserControl x:Class="WpfApp155.UCLbx" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/
阅读全文
posted @ 2025-02-15 20:01 FredGrit
阅读(18)
评论(0)
推荐(0)
2025年2月11日
WPF datagrid ContextMenu MenuItem CommandParameter Binding Datagrid
摘要: <DataGrid.ContextMenu> CommandParameter="{Binding Path=PlacementTarget, RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type ContextM
阅读全文
posted @ 2025-02-11 10:33 FredGrit
阅读(27)
评论(0)
推荐(0)
2025年2月7日
WPF UserControl define Command and implemented in Window ViewModel
摘要: //usercontrol <UserControl x:Class="WpfApp154.ShowTextBtnUC" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas
阅读全文
posted @ 2025-02-07 20:05 FredGrit
阅读(18)
评论(0)
推荐(0)
2025年2月4日
WPF ListBox ItemTemplate DataTemplate Image
摘要: //xaml <Window x:Class="WpfApp153.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/
阅读全文
posted @ 2025-02-04 22:01 FredGrit
阅读(18)
评论(0)
推荐(0)
WPF ListBox ItemTemplatce DataTemplate Image
摘要: //xaml <Window x:Class="WpfApp152.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/
阅读全文
posted @ 2025-02-04 21:44 FredGrit
阅读(20)
评论(0)
推荐(0)
上一页
1
···
18
19
20
21
22
23
24
25
26
···
123
下一页
公告