private string GetPipeBaseStateId(PipeVisualState pipeVisualState) { var stateId = "pipe"; stateId += pipeVisualState.PipeShape.ToString(); return(stateId); }
private string GetPipeBaseStateId(PipeVisualState pipeVisualState) { var stateId = "pipe"; stateId += pipeVisualState.PipeDirection.PipeDirectionToPipeShape().ToString(); stateId += (int)pipeVisualState.ConduitLayer; return(stateId); }