EndControl.xaml
上传用户:lvyingde
上传日期:2018-04-24
资源大小:610k
文件大小:1k
- <mycontrol:ActivityControl x:Class="wxwinter.WFDesignerSl.EndControl"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- Height="50" Width="110"
- Canvas.Left="0" Canvas.Top="0"
- xmlns:mycontrol="clr-namespace:wxwinter.WFDesignerSl"
-
- MouseEnter="ActivityControl_MouseEnter"
- >
- <Border
- BorderThickness="1,1,1,1" CornerRadius="10,10,10,10" BorderBrush="#FF000000" >
- <Border.Background>
- <RadialGradientBrush>
- <GradientStop Color="#FFF46D54" Offset="1"/>
- <GradientStop Color="#FFFFFFFF" Offset="0"/>
- </RadialGradientBrush>
- </Border.Background>
- <Canvas >
- <Thumb Height="20" DragDelta="thumb_DragDelta" Foreground="{x:Null}" BorderThickness="0,0,0,0" Width="61" Canvas.Left="21" Canvas.Top="-9">
- </Thumb>
- <TextBlock Width="53" Height="16" Text="结束流程" TextWrapping="Wrap" Canvas.Left="29" Canvas.Top="21.5"/>
- </Canvas>
- </Border>
- </mycontrol:ActivityControl>