프로젝트

일반

사용자정보

개정판 f513c215

IDf513c21558b40d84be402f53abdad4e7f3df3326
상위 8763e147
하위 2b69c140

백흠경이(가) 5년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)