개정판 f513c215
issue #923: add CreateCommand and change thumb's opacity when mouse is enter or leave
Change-Id: I1e4b2ac57ca876e4681b14f02c1567abb265391e
KCOM/Controls/AdornerFinal.xaml | ||
---|---|---|
74 | 74 |
<!--<Setter Property="Cursor" Value="None" />--> |
75 | 75 |
<Setter Property="Margin" Value="-10" /> |
76 | 76 |
<Setter Property="Width" Value="20" /> |
77 |
<Setter Property="Opacity" Value="1" />
|
|
77 |
<Setter Property="Opacity" Value="0.6" />
|
|
78 | 78 |
<Setter Property="Cursor" Value="Hand"/> |
79 | 79 |
<Setter Property="Height" Value="20" /> |
80 | 80 |
<Setter Property="Template"> |
... | ... | |
83 | 83 |
<Ellipse Stroke="#ff2e3436" StrokeThickness="2" MouseLeftButtonDown="ControlPointMouseLeftButtonDown" |
84 | 84 |
HorizontalAlignment="Center" Width="20" Height="20" Margin="0,0,0,0" Canvas.ZIndex="1"> |
85 | 85 |
<Ellipse.Fill> |
86 |
<SolidColorBrush Color="#fff814df" Opacity="0.6"/>
|
|
86 |
<SolidColorBrush Color="#fff814df" Opacity="{Binding Opacity}"/>
|
|
87 | 87 |
</Ellipse.Fill> |
88 | 88 |
<i:Interaction.Behaviors> |
89 | 89 |
<behavior:ExpandingMouseOver ScaleFactor="2"/> |
내보내기 Unified diff