개정판 fa48eb85
issue #1000 컨트롤 angle 수정/ Textcontrol 텍스트 선택 수정
Change-Id: I56b5c6295adb7409774045545f30f16a920be96c
KCOM/Controls/AdornerFinal.xaml | ||
---|---|---|
15 | 15 |
<Setter.Value> |
16 | 16 |
<ControlTemplate TargetType="Thumb"> |
17 | 17 |
<Grid > |
18 |
<Rectangle x:Name="RectThumb" Width="{TemplateBinding Width}" Height="{TemplateBinding Height}" Fill="#ffcfcfce" |
|
18 |
<Rectangle x:Name="RectThumb" Width="{TemplateBinding Width}" Height="{TemplateBinding Height}" Fill="#ffcfcfce"
|
|
19 | 19 |
Opacity="0.6" Stroke="#ff6a6b68" StrokeDashArray="2 2" MouseLeftButtonDown="RectThumb_MouseLeftButtonDown"> |
20 | 20 |
</Rectangle> |
21 | 21 |
<telerik:RadDropDownButton DropDownIndicatorVisibility="Collapsed" IsHitTestVisible="False" x:Name="Date_Drop" Opacity="0.01" |
... | ... | |
40 | 40 |
<Setter.Value> |
41 | 41 |
<ControlTemplate TargetType="Thumb"> |
42 | 42 |
<!--<TextBox Text="" x:Name="testText" Loaded="testText_Loaded" Width="{Binding Width, ElementName=Self}" Height="{Binding Height, ElementName=Self}"/>--> |
43 |
<Rectangle Fill="#ff8ef814" Width="{Binding Width, ElementName=Self}" Height="{Binding Height, ElementName=Self}"
|
|
43 |
<Rectangle x:Name="thumbRect" Fill="#ff8ef814" Width="{TemplateBinding Width}" Height="{TemplateBinding Height}"
|
|
44 | 44 |
Opacity="0.6" MouseLeftButtonDown="RectThumb_MouseLeftButtonDown"/> |
45 | 45 |
</ControlTemplate> |
46 | 46 |
</Setter.Value> |
... | ... | |
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="{Binding Opacity}"/> |
|
86 |
<SolidColorBrush Color="#fff814df"/> |
|
87 |
<!--<SolidColorBrush Color="#fff814df" Opacity="{Binding Opacity, RelativeSource={RelativeSource TemplatedParent}}"/>--> |
|
87 | 88 |
</Ellipse.Fill> |
88 | 89 |
<i:Interaction.Behaviors> |
89 | 90 |
<behavior:ExpandingMouseOver ScaleFactor="2"/> |
내보내기 Unified diff