@@ -87,7 +87,7 @@ namespace BPASmartClient.CustomResource.UserControls | |||||
set { SetValue(DirectionProperty, value); } | set { SetValue(DirectionProperty, value); } | ||||
} | } | ||||
public static readonly DependencyProperty DirectionProperty = | public static readonly DependencyProperty DirectionProperty = | ||||
DependencyProperty.Register("Direction", typeof(int), typeof(PipeLineBL), new(1, new(OnAnimationChanged))); | |||||
DependencyProperty.Register("Direction", typeof(int), typeof(PipeLineBL), new(0, new(OnAnimationChanged))); | |||||
/// <summary> | /// <summary> | ||||
/// 液体流动速度 | /// 液体流动速度 | ||||
@@ -87,7 +87,7 @@ namespace BPASmartClient.CustomResource.UserControls | |||||
set { SetValue(DirectionProperty, value); } | set { SetValue(DirectionProperty, value); } | ||||
} | } | ||||
public static readonly DependencyProperty DirectionProperty = | public static readonly DependencyProperty DirectionProperty = | ||||
DependencyProperty.Register("Direction", typeof(int), typeof(PipeLineBR), new(1, new(OnAnimationChanged))); | |||||
DependencyProperty.Register("Direction", typeof(int), typeof(PipeLineBR), new(0, new(OnAnimationChanged))); | |||||
/// <summary> | /// <summary> | ||||
/// 液体流动速度 | /// 液体流动速度 | ||||
@@ -101,7 +101,7 @@ namespace BPASmartClient.CustomResource.UserControls | |||||
set { SetValue(DirectionProperty, value); } | set { SetValue(DirectionProperty, value); } | ||||
} | } | ||||
public static readonly DependencyProperty DirectionProperty = | public static readonly DependencyProperty DirectionProperty = | ||||
DependencyProperty.Register("Direction", typeof(int), typeof(PipeLineH), new(1, new(OnAnimationChanged))); | |||||
DependencyProperty.Register("Direction", typeof(int), typeof(PipeLineH), new(0, new(OnAnimationChanged))); | |||||
/// <summary> | /// <summary> | ||||
/// 液体流动速度 | /// 液体流动速度 | ||||
@@ -87,7 +87,7 @@ namespace BPASmartClient.CustomResource.UserControls | |||||
set { SetValue(DirectionProperty, value); } | set { SetValue(DirectionProperty, value); } | ||||
} | } | ||||
public static readonly DependencyProperty DirectionProperty = | public static readonly DependencyProperty DirectionProperty = | ||||
DependencyProperty.Register("Direction", typeof(int), typeof(PipeLineTL), new(1, new(OnAnimationChanged))); | |||||
DependencyProperty.Register("Direction", typeof(int), typeof(PipeLineTL), new(0, new(OnAnimationChanged))); | |||||
/// <summary> | /// <summary> | ||||
/// 液体流动速度 | /// 液体流动速度 | ||||
@@ -87,7 +87,7 @@ namespace BPASmartClient.CustomResource.UserControls | |||||
set { SetValue(DirectionProperty, value); } | set { SetValue(DirectionProperty, value); } | ||||
} | } | ||||
public static readonly DependencyProperty DirectionProperty = | public static readonly DependencyProperty DirectionProperty = | ||||
DependencyProperty.Register("Direction", typeof(int), typeof(PipeLineTR), new(1, new(OnAnimationChanged))); | |||||
DependencyProperty.Register("Direction", typeof(int), typeof(PipeLineTR), new(0, new(OnAnimationChanged))); | |||||
/// <summary> | /// <summary> | ||||
/// 液体流动速度 | /// 液体流动速度 | ||||
@@ -100,7 +100,7 @@ namespace BPASmartClient.CustomResource.UserControls | |||||
set { SetValue(DirectionProperty, value); } | set { SetValue(DirectionProperty, value); } | ||||
} | } | ||||
public static readonly DependencyProperty DirectionProperty = | public static readonly DependencyProperty DirectionProperty = | ||||
DependencyProperty.Register("Direction", typeof(int), typeof(PipeLineV), new(1, new(OnAnimationChanged))); | |||||
DependencyProperty.Register("Direction", typeof(int), typeof(PipeLineV), new(0, new(OnAnimationChanged))); | |||||
/// <summary> | /// <summary> | ||||
/// 液体流动速度 | /// 液体流动速度 | ||||