|
|
@@ -87,7 +87,7 @@ namespace BPASmartClient.CustomResource.UserControls |
|
|
|
set { SetValue(DirectionProperty, value); } |
|
|
|
} |
|
|
|
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> |
|
|
|
/// 液体流动速度 |
|
|
|